Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRawCommentList.h41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment()
80 return IsAlmostTrailingComment; in isAlmostTrailingComment()
157 bool IsAlmostTrailingComment : 1; variable
161 bool IsAlmostTrailingComment) : in RawComment() argument
164 IsAlmostTrailingComment(IsAlmostTrailingComment) in RawComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp113 IsAlmostTrailingComment(false) { in RawComment()
143 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9187 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local
9189 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()