Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment()
84 return IsAlmostTrailingComment; in isAlmostTrailingComment()
161 bool IsAlmostTrailingComment : 1; variable
165 bool IsAlmostTrailingComment) : in RawComment() argument
168 IsAlmostTrailingComment(IsAlmostTrailingComment) in RawComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp113 IsAlmostTrailingComment(false) { in RawComment()
143 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9095 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local
9097 SR, Kind, IsTrailingComment, IsAlmostTrailingComment)); in ReadComments()