Searched refs:TokAtPhysicalStartOfLine (Results 1 – 2 of 2) sorted by relevance
554 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);697 bool &TokAtPhysicalStartOfLine);699 bool &TokAtPhysicalStartOfLine);701 bool &TokAtPhysicalStartOfLine);
2179 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument2224 TokAtPhysicalStartOfLine = true; in SkipWhitespace()2238 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument2369 TokAtPhysicalStartOfLine = true; in SkipLineComment()2481 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument2632 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()3215 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3260 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3272 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3595 TokAtPhysicalStartOfLine)) in LexTokenInternal()[all …]