Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp23 case NoCommentKind: return "NoCommentKind"; in getCommentKindName()
82 case NoCommentKind: llvm_unreachable("comment without a kind"); in child_begin()
96 case NoCommentKind: llvm_unreachable("comment without a kind"); in child_end()
/external/clang/tools/libclang/
DCXComment.cpp42 case Comment::NoCommentKind: in clang_Comment_getKind()
428 case Comment::NoCommentKind: in FullCommentParts()
/external/clang/include/clang/AST/
DComment.h149 NoCommentKind = 0, enumerator