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

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

Completed in 65 milliseconds