Searched defs:IsAlmostTrailingComment (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DRawCommentList.h40 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { }
80 return IsAlmostTrailingComment;
136 bool IsAlmostTrailingComment : 1;
145 bool IsAlmostTrailingComment) :
148 IsAlmostTrailingComment(IsAlmostTrailingComment),
144 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, bool IsAlmostTrailingComment) argument
/external/clang/lib/Serialization/
H A DASTReader.cpp6970 bool IsAlmostTrailingComment = Record[Idx++]; local
6973 IsAlmostTrailingComment));

Completed in 170 milliseconds