Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLexer.h290 bool IgnoreWhiteSpace = false);
H A DPreprocessor.h1104 bool IgnoreWhiteSpace = false) {
1105 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp426 bool IgnoreWhiteSpace) { in getRawToken() argument
444 if (!IgnoreWhiteSpace && isWhitespace(StrData[0])) in getRawToken()