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

/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp35 class RegistryMaps { class in namespace:clang::ast_matchers::dynamic::__anon1209
37 RegistryMaps();
38 ~RegistryMaps();
47 void RegistryMaps::registerMatcher(StringRef MatcherName,
74 RegistryMaps::RegistryMaps() { function in class:clang::ast_matchers::dynamic::__anon1209::RegistryMaps
382 RegistryMaps::~RegistryMaps() {
386 static llvm::ManagedStatic<RegistryMaps> RegistryData;

Completed in 26 milliseconds