Searched refs:IsTrailingComment (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | RawCommentList.h | 73 return IsTrailingComment; in isTrailingComment() 156 bool IsTrailingComment : 1; variable 160 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() argument 163 IsAttached(false), IsTrailingComment(IsTrailingComment), in RawComment()
|
| /freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 42 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change() 166 Changes[i - 1].IsTrailingComment = in calculateLineBreakInformation() 205 Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment); in calculateLineBreakInformation() 213 Change.IsTrailingComment = false; in calculateLineBreakInformation() 482 if (!Changes[i].IsTrailingComment) in alignTrailingComments() 535 !Changes[i - 1].IsTrailingComment) || in alignTrailingComments() 559 if (Changes[i].IsTrailingComment) { in alignTrailingComments()
|
| H A D | WhitespaceManager.h | 143 bool IsTrailingComment; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9186 bool IsTrailingComment = Record[Idx++]; in ReadComments() local 9189 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()
|