Searched refs:TokAtPhysicalStartOfLine (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Lexer.h | 572 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine); 715 bool &TokAtPhysicalStartOfLine); 717 bool &TokAtPhysicalStartOfLine); 719 bool &TokAtPhysicalStartOfLine);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | Lexer.cpp | 2198 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument 2254 TokAtPhysicalStartOfLine = true; in SkipWhitespace() 2274 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument 2405 TokAtPhysicalStartOfLine = true; in SkipLineComment() 2517 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument 2668 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment() 3201 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument 3255 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3301 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3313 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() [all …]
|