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 | 1960 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument 2005 TokAtPhysicalStartOfLine = true; in SkipWhitespace() 2019 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument 2145 TokAtPhysicalStartOfLine = true; in SkipLineComment() 2257 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument 2408 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment() 2903 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument 2954 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 2993 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3005 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() [all …]
|