Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h187 NoCommentKind = 0, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp106 case Comment::NoCommentKind: in FullCommentParts()