Lines Matching refs:TokAtPhysicalStartOfLine
1960 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2005 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2019 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2145 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2257 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2408 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
2903 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument
2954 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
2993 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3005 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3016 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3020 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3327 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3339 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3379 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3545 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3564 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3596 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()