Lines Matching refs:TokAtPhysicalStartOfLine
2213 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2269 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2289 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2420 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2546 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2697 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3235 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument
3289 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3335 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3347 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3358 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3362 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3672 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3684 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3724 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3915 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3935 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3968 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()