Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.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()
/external/clang/tools/libclang/
DCXComment.cpp51 case Comment::NoCommentKind: in clang_Comment_getKind()
/external/clang/include/clang/AST/
DComment.h187 NoCommentKind = 0, enumerator
/external/clang/lib/Index/
DCommentToXML.cpp106 case Comment::NoCommentKind: in FullCommentParts()