Searched refs:IsTrailingComment (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RawCommentList.h | 77 return IsTrailingComment; in isTrailingComment() 187 bool IsTrailingComment : 1; variable 191 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() argument 194 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 113 IsAttached(false), IsTrailingComment(false), in RawComment() 135 IsTrailingComment |= in RawComment() 142 IsTrailingComment |= K.second; in RawComment() 148 IsTrailingComment = in RawComment() 149 IsTrailingComment || mergedCommentIsTrailingComment(RawText); in RawComment()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 48 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change() 186 Changes[i - 1].IsTrailingComment = in calculateLineBreakInformation() 225 Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment); in calculateLineBreakInformation() 233 Change.IsTrailingComment = false; in calculateLineBreakInformation() 1049 !(&C + 1)->IsTrailingComment) || in alignChainedConditionals() 1073 if (!C.IsTrailingComment) in alignTrailingComments() 1177 !Changes[I - 1].IsTrailingComment) || in alignTrailingComments() 1200 if (Changes[i].IsTrailingComment) in alignTrailingComments()
|
| H A D | WhitespaceManager.h | 151 bool IsTrailingComment; member
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9443 bool IsTrailingComment = Record[Idx++]; in ReadComments() local 9446 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()
|