Home
last modified time | relevance | path

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

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