Lines Matching refs:TokAtPhysicalStartOfLine
1988 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2033 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2047 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2173 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2285 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2436 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
2931 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument
2982 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3024 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3036 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3047 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3051 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3358 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3370 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3410 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3579 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3598 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3630 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()