|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Support/Registry.h 102 return make_range(begin(), end());
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 3066 E = GCMetadataPrinterRegistry::end(); I != E; ++I)
lib/CodeGen/GCMetadata.cpp 162 if (GCRegistry::begin() == GCRegistry::end()) {
tools/clang/lib/Frontend/FrontendAction.cpp 160 ie = FrontendPluginRegistry::end();
174 if (FrontendPluginRegistry::begin() == FrontendPluginRegistry::end())
186 ie = FrontendPluginRegistry::end();
tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp 77 FrontendPluginRegistry::begin(), ie = FrontendPluginRegistry::end();
216 ie = FrontendPluginRegistry::end();
tools/clang/lib/Lex/Pragma.cpp 1900 ie = PragmaHandlerRegistry::end();
tools/clang/lib/Tooling/CompilationDatabase.cpp 69 Ie = CompilationDatabasePluginRegistry::end();
tools/clang/lib/Tooling/Execution.cpp 67 E = ToolExecutorPluginRegistry::end();
tools/clang/tools/extra/clang-doc/Generators.cpp 18 for (auto I = GeneratorRegistry::begin(), E = GeneratorRegistry::end();
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp 318 E = ClangTidyModuleRegistry::end();
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp 113 E = ClangTidyModuleRegistry::end();
tools/clang/tools/extra/clangd/URI.cpp 66 for (auto I = URISchemeRegistry::begin(), E = URISchemeRegistry::end();
tools/clang/tools/extra/clangd/refactor/Tweak.cpp 82 if (It == TweakRegistry::end())