Home
last modified time | relevance | path

Searched refs:ConstructorMap (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp32 typedef llvm::StringMap<const MatcherCreateCallback *> ConstructorMap; typedef
38 const ConstructorMap &constructors() const { return Constructors; } in constructors()
42 ConstructorMap Constructors;
396 for (ConstructorMap::iterator it = Constructors.begin(), in ~RegistryMaps()
412 ConstructorMap::const_iterator it = in constructMatcher()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerContextData.h181 typedef WTF::HashMap<const WrapperTypeInfo*, UnsafePersistent<v8::Function> > ConstructorMap; typedef
182 ConstructorMap m_constructorMap;