Searched defs:IsTrailingComment (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | RawCommentList.h | 139 bool IsTrailingComment : 1; variable 147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | RawCommentList.h | 187 bool IsTrailingComment : 1; variable 191 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
|
/aosp_15_r20/external/clang/lib/Format/ |
H A D | WhitespaceManager.h | 150 bool IsTrailingComment; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | RawCommentList.h | 196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | RawCommentList.h | 196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | RawCommentList.h | 196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 8276 bool IsTrailingComment = Record[Idx++]; in ReadComments() local
|