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

/external/clang/include/clang/AST/
H A DRawCommentList.h41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { }
81 return IsAlmostTrailingComment;
140 bool IsAlmostTrailingComment : 1;
148 bool IsAlmostTrailingComment,
152 IsAlmostTrailingComment(IsAlmostTrailingComment),
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, bool IsAlmostTrailingComment, bool ParseAllComments) argument

Completed in 469 milliseconds