Lines Matching refs:TokAtPhysicalStartOfLine
2198 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2254 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2274 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2405 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2517 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2668 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3201 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument
3255 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3301 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3313 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3324 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3328 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3638 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3650 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3690 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3881 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3901 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3934 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()