Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h160 bool IsTrailingComment : 1; variable
164 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/external/clang/include/clang/AST/
DRawCommentList.h139 bool IsTrailingComment : 1; variable
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
/external/clang/lib/Format/
DWhitespaceManager.h150 bool IsTrailingComment; member
/external/llvm-project/clang/lib/Format/
DWhitespaceManager.h146 bool IsTrailingComment; member
/external/clang/lib/Serialization/
DASTReader.cpp8276 bool IsTrailingComment = Record[Idx++]; in ReadComments() local
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9231 bool IsTrailingComment = Record[Idx++]; in ReadComments() local