Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp37 case NoCommentKind: return "NoCommentKind"; in getCommentKindName()
84 case NoCommentKind: llvm_unreachable("comment without a kind"); in child_begin()
98 case NoCommentKind: llvm_unreachable("comment without a kind"); in child_end()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp47 case Comment::NoCommentKind: in clang_Comment_getKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h187 NoCommentKind = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp106 case Comment::NoCommentKind: in FullCommentParts()