Home
last modified time | relevance | path

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

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