Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLexer.h290 bool IgnoreWhiteSpace = false);
HDPreprocessor.h1372 bool IgnoreWhiteSpace = false) {
1373 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp420 bool IgnoreWhiteSpace) { in getRawToken() argument
438 if (!IgnoreWhiteSpace && isWhitespace(StrData[0])) in getRawToken()