Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DRawCommentList.h160 bool IsTrailingComment : 1; variable
164 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DWhitespaceManager.h148 bool IsTrailingComment; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp9123 bool IsTrailingComment = Record[Idx++]; in ReadComments() local