Searched refs:IsTrailingComment (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RawCommentList.h | 77 return IsTrailingComment; in isTrailingComment() 160 bool IsTrailingComment : 1; variable 164 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() argument 167 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 112 IsAttached(false), IsTrailingComment(false), in RawComment() 134 IsTrailingComment |= in RawComment() 141 IsTrailingComment |= K.second; in RawComment() 147 IsTrailingComment = in RawComment() 148 IsTrailingComment || mergedCommentIsTrailingComment(RawText); in RawComment()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 43 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change() 173 Changes[i - 1].IsTrailingComment = in calculateLineBreakInformation() 212 Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment); in calculateLineBreakInformation() 220 Change.IsTrailingComment = false; in calculateLineBreakInformation() 817 !(&C + 1)->IsTrailingComment) || in alignChainedConditionals() 834 if (!Changes[i].IsTrailingComment) in alignTrailingComments() 887 !Changes[i - 1].IsTrailingComment) || in alignTrailingComments() 910 if (Changes[i].IsTrailingComment) { in alignTrailingComments()
|
| H A D | WhitespaceManager.h | 148 bool IsTrailingComment; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9123 bool IsTrailingComment = Record[Idx++]; in ReadComments() local 9126 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()
|