Home
last modified time | relevance | path

Searched refs:IgnoreWhiteSpace (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/Lex/
DLexer.h348 bool IgnoreWhiteSpace = false);
DPreprocessor.h1762 bool IgnoreWhiteSpace = false) {
1763 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()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp461 bool IgnoreWhiteSpace) { in getRawToken() argument
479 if (!IgnoreWhiteSpace && isWhitespace(StrData[0])) in getRawToken()