Lines Matching refs:CurLexer
386 CurLexer->Lex(Tok); in SkipExcludedConditionalBlock()
400 if (CurLexer->getFileLoc() != CodeCompletionFileLoc) in SkipExcludedConditionalBlock()
418 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in SkipExcludedConditionalBlock()
429 if (CurLexer) CurLexer->resetExtendedTokenMode(); in SkipExcludedConditionalBlock()
445 if (CurLexer) CurLexer->resetExtendedTokenMode(); in SkipExcludedConditionalBlock()
462 if (CurLexer) CurLexer->resetExtendedTokenMode(); in SkipExcludedConditionalBlock()
566 if (CurLexer) CurLexer->resetExtendedTokenMode(); in SkipExcludedConditionalBlock()
905 if (CurLexer) CurLexer->SetKeepWhitespaceMode(false); in HandleDirective()
1370 CurLexer->ReadToEndOfLine(&Message); in HandleUserDiagnosticDirective()
1914 if (CurLexer) { in HandleIncludeDirective()
1916 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleIncludeDirective()
1917 CurLexer->cutOffLexing(); in HandleIncludeDirective()
2278 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()