Home
last modified time | relevance | path

Searched refs:CompilationDatabasePluginRegistry (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp59 LLVM_INSTANTIATE_REGISTRY(CompilationDatabasePluginRegistry)
67 for (const CompilationDatabasePluginRegistry::entry &Database : in loadFromDirectory()
68 CompilationDatabasePluginRegistry::entries()) { in loadFromDirectory()
402 static CompilationDatabasePluginRegistry::Add<FixedCompilationDatabasePlugin>
H A DJSONCompilationDatabase.cpp182 static CompilationDatabasePluginRegistry::Add<JSONCompilationDatabasePlugin>
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DCompilationDatabasePluginRegistry.h39 using CompilationDatabasePluginRegistry = variable