Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment()
81 return IsAlmostTrailingComment; in isAlmostTrailingComment()
140 bool IsAlmostTrailingComment : 1; variable
148 bool IsAlmostTrailingComment, in RawComment() argument
152 IsAlmostTrailingComment(IsAlmostTrailingComment), in RawComment()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp70 IsAttached(false), IsAlmostTrailingComment(false), in RawComment()
84 IsAlmostTrailingComment = RawText.startswith("//<") || in RawComment()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8183 bool IsAlmostTrailingComment = Record[Idx++]; in ReadComments() local
8185 SR, Kind, IsTrailingComment, IsAlmostTrailingComment, in ReadComments()