Searched refs:IsTrailingComment (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 41 IsInsideToken(IsInsideToken), IsTrailingComment(false), TokenLength(0), in Change() 170 Changes[i - 1].IsTrailingComment = in calculateLineBreakInformation() 209 Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment); in calculateLineBreakInformation() 217 Change.IsTrailingComment = false; in calculateLineBreakInformation() 802 !(&C + 1)->IsTrailingComment) || in alignChainedConditionals() 819 if (!Changes[i].IsTrailingComment) in alignTrailingComments() 872 !Changes[i - 1].IsTrailingComment) || in alignTrailingComments() 895 if (Changes[i].IsTrailingComment) { in alignTrailingComments()
|
H A D | WhitespaceManager.h | 146 bool IsTrailingComment; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9094 bool IsTrailingComment = Record[Idx++]; in ReadComments() local 9097 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()
|