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

/external/clang/lib/AST/
H A DComment.cpp24 case NoCommentKind: return "NoCommentKind";
71 case NoCommentKind: llvm_unreachable("comment without a kind");
85 case NoCommentKind: llvm_unreachable("comment without a kind");
/external/clang/lib/Index/
H A DCommentToXML.cpp107 case Comment::NoCommentKind:
/external/clang/tools/libclang/
H A DCXComment.cpp51 case Comment::NoCommentKind:
/external/clang/include/clang/AST/
H A DComment.h185 NoCommentKind = 0, enumerator in enum:clang::comments::Comment::CommentKind

Completed in 1875 milliseconds