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);
2362 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument2418 TokAtPhysicalStartOfLine = true; in SkipWhitespace()2438 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument2594 TokAtPhysicalStartOfLine = true; in SkipLineComment()2720 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument2923 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()3640 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3686 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3698 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()4025 TokAtPhysicalStartOfLine)) in LexTokenInternal()[all …]