Searched refs:TokAtPhysicalStartOfLine (Results 1 – 2 of 2) sorted by relevance
612 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);753 bool &TokAtPhysicalStartOfLine);755 bool &TokAtPhysicalStartOfLine);757 bool &TokAtPhysicalStartOfLine);
2432 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument2488 TokAtPhysicalStartOfLine = true; in SkipWhitespace()2508 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument2664 TokAtPhysicalStartOfLine = true; in SkipLineComment()2790 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument2993 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()3712 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3758 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()3770 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()4097 TokAtPhysicalStartOfLine)) in LexTokenInternal()[all …]