|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/GCMetadataPrinter.h 35 using GCMetadataPrinterRegistry = Registry<GCMetadataPrinter>;
include/llvm/CodeGen/GCStrategy.h 132 using GCRegistry = Registry<GCStrategy>;
tools/clang/include/clang/Frontend/FrontendPluginRegistry.h 22 using FrontendPluginRegistry = llvm::Registry<PluginASTAction>;
tools/clang/include/clang/Lex/Preprocessor.h 2349 using PragmaHandlerRegistry = llvm::Registry<PragmaHandler>;
tools/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h 40 llvm::Registry<CompilationDatabasePlugin>;
tools/clang/include/clang/Tooling/ToolExecutorPluginRegistry.h 18 using ToolExecutorPluginRegistry = llvm::Registry<ToolExecutorPlugin>;
tools/clang/tools/extra/clang-doc/Generators.h 40 typedef llvm::Registry<Generator> GeneratorRegistry;
tools/clang/tools/extra/clang-tidy/ClangTidyModuleRegistry.h 18 typedef llvm::Registry<ClangTidyModule> ClangTidyModuleRegistry;
tools/clang/tools/extra/clangd/URI.h 131 typedef llvm::Registry<URIScheme> URISchemeRegistry;
tools/clang/tools/extra/clangd/refactor/Tweak.cpp 30 typedef llvm::Registry<Tweak> TweakRegistry;