Home
last modified time | relevance | path

Searched refs:IsAlmostTrailingComment (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment()
84 return IsAlmostTrailingComment; in isAlmostTrailingComment()
193 unsigned IsAlmostTrailingComment : 1;
197 bool IsAlmostTrailingComment) : in RawComment() argument
200 IsAlmostTrailingComment(IsAlmostTrailingComment) in RawComment()
/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp112 IsAlmostTrailingComment(false) { in RawComment()
142 IsAlmostTrailingComment = in RawComment()
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10123 bool IsAlmostTrailingComment = Record[Idx++]; in diagnoseOdrViolations()
10125 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in diagnoseOdrViolations()
9584 bool IsAlmostTrailingComment = Record[Idx++]; ReadComments() local