Home
last modified time | relevance | path

Searched defs:IsTrailingComment (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRawCommentList.h156 bool IsTrailingComment : 1; variable
160 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h143 bool IsTrailingComment; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9186 bool IsTrailingComment = Record[Idx++]; in ReadComments() local