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

/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp34 class RegistryMaps { class in namespace:clang::ast_matchers::dynamic::__anon17766
36 RegistryMaps();
37 ~RegistryMaps();
46 void RegistryMaps::registerMatcher(StringRef MatcherName,
73 RegistryMaps::RegistryMaps() { function in class:clang::ast_matchers::dynamic::__anon17766::RegistryMaps
317 RegistryMaps::~RegistryMaps() {
325 static llvm::ManagedStatic<RegistryMaps> RegistryData;

Completed in 47 milliseconds