Searched refs:IsAlmostTrailingComment (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | RawCommentList.h | 45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() 84 return IsAlmostTrailingComment; in isAlmostTrailingComment() 161 bool IsAlmostTrailingComment : 1; variable 165 bool IsAlmostTrailingComment) : in RawComment() argument 168 IsAlmostTrailingComment(IsAlmostTrailingComment) in RawComment()
|
/external/clang/include/clang/AST/ |
D | RawCommentList.h | 41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() 81 return IsAlmostTrailingComment; in isAlmostTrailingComment() 140 bool IsAlmostTrailingComment : 1; variable 148 bool IsAlmostTrailingComment, in RawComment() argument 152 IsAlmostTrailingComment(IsAlmostTrailingComment), in RawComment()
|
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 112 IsAttached(false), IsTrailingComment(false), IsAlmostTrailingComment(false), in RawComment() 142 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
|
/external/llvm-project/clang/lib/AST/ |
D | RawCommentList.cpp | 113 IsAlmostTrailingComment(false) { in RawComment() 143 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 8277 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local 8279 SR, Kind, IsTrailingComment, IsAlmostTrailingComment, in ReadComments()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 9232 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local 9234 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()
|