Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp23 case NoCommentKind: return "NoCommentKind"; in getCommentKindName()
70 case NoCommentKind: llvm_unreachable("comment without a kind"); in child_begin()
84 case NoCommentKind: llvm_unreachable("comment without a kind"); in child_end()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h187 NoCommentKind = 0, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp105 case Comment::NoCommentKind: in FullCommentParts()