Searched refs:IncludeComments (Results 1 – 4 of 4) sorted by relevance
558 bool IncludeComments = false);564 bool IncludeComments);
1324 bool IncludeComments) { in findNextToken() argument1345 lexer.SetCommentRetentionState(IncludeComments); in findNextToken()1355 bool IncludeComments) { in findPreviousToken() argument1366 if (!Tok.is(tok::comment) || IncludeComments) { in findPreviousToken()
89 bool IncludeComments, in getRangeForNextToken() argument94 Lexer::findNextToken(Loc, SourceMgr, LangOpts, IncludeComments); in getRangeForNextToken()
981 SourceLocation Loc, bool IncludeMacros, bool IncludeComments,