Searched refs:TokAtPhysicalStartOfLine (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Lexer.h | 488 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine); 631 bool &TokAtPhysicalStartOfLine); 633 bool &TokAtPhysicalStartOfLine); 635 bool &TokAtPhysicalStartOfLine);
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1988 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument 2033 TokAtPhysicalStartOfLine = true; in SkipWhitespace() 2047 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument 2173 TokAtPhysicalStartOfLine = true; in SkipLineComment() 2285 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument 2436 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment() 2931 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument 2982 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3024 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() 3036 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal() [all …]
|