Searched refs:RegistryMaps (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp47 class RegistryMaps { class in namespace:clang::ast_matchers::dynamic::__anon292
49 RegistryMaps();
50 ~RegistryMaps();
63 void RegistryMaps::registerMatcher(
95 RegistryMaps::RegistryMaps() { function in class:clang::ast_matchers::dynamic::RegistryMaps
532 RegistryMaps::~RegistryMaps() = default;
534 static llvm::ManagedStatic<RegistryMaps> RegistryData;

Completed in 103 milliseconds