Searched refs:TokAtPhysicalStartOfLine (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Lexer.h | 468 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine); 611 bool &TokAtPhysicalStartOfLine); 613 bool &TokAtPhysicalStartOfLine); 615 bool &TokAtPhysicalStartOfLine);
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1956 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument 2001 TokAtPhysicalStartOfLine = true; in SkipWhitespace() 2015 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument 2141 TokAtPhysicalStartOfLine = true; in SkipLineComment() 2253 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument 2404 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment() 2899 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument 2950 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 2989 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3001 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() [all …]
|