Searched refs:NamedStructTypes (Results 1 – 4 of 4) sorted by relevance
420 getContext().pImpl->NamedStructTypes.erase(getName()); in setName()430 &getContext().pImpl->NamedStructTypes.GetOrCreateValue(Name); in setName()444 NamedStructTypes.GetOrCreateValue(TmpStream.str()); in setName()565 getContext().pImpl->NamedStructTypes.find(Name); in getTypeByName()566 if (I != getContext().pImpl->NamedStructTypes.end()) in getTypeByName()
186 StringMap<StructType*> NamedStructTypes; variable
370 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes; in setName()390 getContext().pImpl->NamedStructTypes.insert(std::make_pair(Name, this)); in setName()403 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName()546 return getContext().pImpl->NamedStructTypes.lookup(Name); in getTypeByName()
1123 StringMap<StructType*> NamedStructTypes;