Searched refs:TokAtPhysicalStartOfLine (Results 1 – 2 of 2) sorted by relevance
572 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);715 bool &TokAtPhysicalStartOfLine);717 bool &TokAtPhysicalStartOfLine);719 bool &TokAtPhysicalStartOfLine);
2213 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument2269 TokAtPhysicalStartOfLine = true; in SkipWhitespace()2289 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument2420 TokAtPhysicalStartOfLine = true; in SkipLineComment()2546 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument2697 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()3289 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3335 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3347 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3672 TokAtPhysicalStartOfLine)) in LexTokenInternal()[all …]