Lines Matching defs:Constructors
40 const ConstructorMap &constructors() const { return Constructors; }
44 ConstructorMap Constructors;
49 assert(Constructors.find(MatcherName) == Constructors.end());
50 Constructors[MatcherName] = Callback;
383 llvm::DeleteContainerSeconds(Constructors);
393 RegistryData->constructors().find(MatcherName);
394 return it == RegistryData->constructors().end()
454 for (const auto &M : RegistryData->constructors()) {