Home
last modified time | relevance | path

Searched refs:IgnoreWhiteSpace (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
DLexer.h290 bool IgnoreWhiteSpace = false);
DPreprocessor.h1405 bool IgnoreWhiteSpace = false) {
1406 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
/external/clang/lib/Lex/
DLexer.cpp420 bool IgnoreWhiteSpace) { in getRawToken() argument
438 if (!IgnoreWhiteSpace && isWhitespace(StrData[0])) in getRawToken()