Searched refs:TokAtPhysicalStartOfLine (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | Lexer.h | 608 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine); 752 bool &TokAtPhysicalStartOfLine); 754 bool &TokAtPhysicalStartOfLine); 756 bool &TokAtPhysicalStartOfLine);
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | Lexer.cpp | 2362 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument 2418 TokAtPhysicalStartOfLine = true; in SkipWhitespace() 2438 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument 2594 TokAtPhysicalStartOfLine = true; in SkipLineComment() 2720 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument 2923 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment() 3587 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument 3640 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3686 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3698 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() [all …]
|