Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h536 bool SkipTrailingWhitespaceAndNewLine);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1275 const LangOptions &LangOpts, bool SkipTrailingWhitespaceAndNewLine) { in findLocationAfterToken() argument
1283 if (SkipTrailingWhitespaceAndNewLine) { in findLocationAfterToken()