Lines Matching refs:TokAtPhysicalStartOfLine
2432 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2488 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2508 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2664 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2790 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2993 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3659 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument
3712 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3758 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3770 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3780 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3784 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4097 TokAtPhysicalStartOfLine)) in LexTokenInternal()
4109 TokAtPhysicalStartOfLine)) in LexTokenInternal()
4149 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
4338 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
4358 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4391 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()