Searched refs:TokAtPhysicalStartOfLine (Results 1 – 2 of 2) sorted by relevance
608 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);752 bool &TokAtPhysicalStartOfLine);754 bool &TokAtPhysicalStartOfLine);756 bool &TokAtPhysicalStartOfLine);
2301 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument2357 TokAtPhysicalStartOfLine = true; in SkipWhitespace()2377 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument2533 TokAtPhysicalStartOfLine = true; in SkipLineComment()2659 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument2862 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()3572 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3618 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3630 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3957 TokAtPhysicalStartOfLine)) in LexTokenInternal()[all …]