Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DLexer.h348 bool IgnoreWhiteSpace = false);
DPreprocessor.h1768 bool IgnoreWhiteSpace = false) {
1769 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DLexer.cpp461 bool IgnoreWhiteSpace) { in getRawToken() argument
479 if (!IgnoreWhiteSpace && isWhitespace(StrData[0])) in getRawToken()