Searched refs:IsTrailingComment (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RawCommentList.h | 77 return IsTrailingComment; in isTrailingComment() 191 unsigned IsTrailingComment : 1; 196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() argument 199 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 111 IsAttached(false), IsTrailingComment(false), in RawComment() 133 IsTrailingComment |= in RawComment() 140 IsTrailingComment |= K.second; in RawComment() 146 IsTrailingComment = in RawComment() 147 IsTrailingComment || mergedCommentIsTrailingComment(RawText); in RawComment()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 48 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change() 192 P.IsTrailingComment = in calculateLineBreakInformation() 231 Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment); in calculateLineBreakInformation() 239 Change.IsTrailingComment = false; in calculateLineBreakInformation() 1077 !(&C + 1)->IsTrailingComment) || in alignChainedConditionals() 1101 if (!C.IsTrailingComment) in alignTrailingComments() 1205 !Changes[I - 1].IsTrailingComment) || in alignTrailingComments() 1228 if (Changes[i].IsTrailingComment) in alignTrailingComments()
|
| H A D | WhitespaceManager.h | 146 bool IsTrailingComment; member
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10203 bool IsTrailingComment = Record[Idx++]; in ReadComments() local 10206 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()
|