Home | History | Annotate | Download | only in Lex

Lines Matching refs:Callbacks

76       CurLexerKind(CLK_Lexer), CurSubmodule(nullptr), Callbacks(nullptr),
532 if (Callbacks)
533 Callbacks->EndOfMainFile();
792 if (Callbacks && (getLangOpts().Modules || getLangOpts().DebuggerSupport))
793 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);