Searched refs:IgnoreWhiteSpace (Results 1 – 6 of 6) sorted by relevance
290 bool IgnoreWhiteSpace = false);
1405 bool IgnoreWhiteSpace = false) {1406 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
348 bool IgnoreWhiteSpace = false);
1762 bool IgnoreWhiteSpace = false) {1763 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
420 bool IgnoreWhiteSpace) { in getRawToken() argument438 if (!IgnoreWhiteSpace && isWhitespace(StrData[0])) in getRawToken()
461 bool IgnoreWhiteSpace) { in getRawToken() argument479 if (!IgnoreWhiteSpace && isWhitespace(StrData[0])) in getRawToken()