Home
last modified time | relevance | path

Searched refs:NoCommentKind (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDComment.cpp24 case NoCommentKind: return "NoCommentKind"; in getCommentKindName()
71 case NoCommentKind: llvm_unreachable("comment without a kind"); in child_begin()
85 case NoCommentKind: llvm_unreachable("comment without a kind"); in child_end()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h187 NoCommentKind = 0, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Index/
HDCommentToXML.cpp106 case Comment::NoCommentKind: in FullCommentParts()