Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9639 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local
9641 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()