Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2117 bool IgnoreWhiteSpace = false) {
2118 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp513 bool IgnoreWhiteSpace) { in getRawToken() argument
531 if (!IgnoreWhiteSpace && isWhitespace(StrData[0])) in getRawToken()