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

/external/clang/include/clang/AST/
H A DRawCommentList.h73 return IsTrailingComment;
135 bool IsTrailingComment : 1;
144 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, argument
147 IsAttached(false), IsTrailingComment(IsTrailingComment),
/external/clang/lib/Serialization/
H A DASTReader.cpp6969 bool IsTrailingComment = Record[Idx++]; local
6972 IsTrailingComment,

Completed in 65 milliseconds