Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h536 bool SkipTrailingWhitespaceAndNewLine);
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1290 const LangOptions &LangOpts, bool SkipTrailingWhitespaceAndNewLine) { in findLocationAfterToken() argument
1298 if (SkipTrailingWhitespaceAndNewLine) { in findLocationAfterToken()