Searched refs:NamedStructTypes (Results 1 – 2 of 2) sorted by relevance
440 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes; in setName()460 getContext().pImpl->NamedStructTypes.insert(std::make_pair(Name, this)); in setName()474 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()621 return getContext().pImpl->NamedStructTypes.lookup(Name); in getTypeByName()
344 StringMap<StructType*> NamedStructTypes; variable