Home
last modified time | relevance | path

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

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