Lines Matching refs:CurLexer
305 CurLexer->Lex(Tok); in SkipExcludedConditionalBlock()
319 if (CurLexer->getFileLoc() != CodeCompletionFileLoc) in SkipExcludedConditionalBlock()
337 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in SkipExcludedConditionalBlock()
348 if (CurLexer) CurLexer->resetExtendedTokenMode(); in SkipExcludedConditionalBlock()
364 if (CurLexer) CurLexer->resetExtendedTokenMode(); in SkipExcludedConditionalBlock()
381 if (CurLexer) CurLexer->resetExtendedTokenMode(); in SkipExcludedConditionalBlock()
485 if (CurLexer) CurLexer->resetExtendedTokenMode(); in SkipExcludedConditionalBlock()
762 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in HandleDirective()
1228 CurLexer->ReadToEndOfLine(&Message); in HandleUserDiagnosticDirective()
1738 if (CurLexer) { in HandleIncludeDirective()
1740 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleIncludeDirective()
1741 CurLexer->cutOffLexing(); in HandleIncludeDirective()
2073 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()