Searched refs:FrontendPluginRegistry (Results 1 – 6 of 6) sorted by relevance
63 for (FrontendPluginRegistry::iterator it = in CreateFrontendBaseAction()64 FrontendPluginRegistry::begin(), ie = FrontendPluginRegistry::end(); in CreateFrontendBaseAction()
22 typedef llvm::Registry<PluginASTAction> FrontendPluginRegistry; typedef
40 register a plugin in a library, use ``FrontendPluginRegistry::Add<>``:44 static FrontendPluginRegistry::Add<MyPlugin> X("my-plugin-name", "my plugin description");
156 for (FrontendPluginRegistry::iterator in CreateWrappedASTConsumer()157 it = FrontendPluginRegistry::begin(), in CreateWrappedASTConsumer()158 ie = FrontendPluginRegistry::end(); in CreateWrappedASTConsumer()
122 static FrontendPluginRegistry::Add<PrintFunctionNamesAction>
1262 static clang::FrontendPluginRegistry::Add<Action<ProblemsFinder> >1265 static clang::FrontendPluginRegistry::Add<