Lines Matching refs:pImpl
88 if (auto *N = getUniqued(Context.pImpl->DILocations, in getImpl()
104 Storage, Context.pImpl->DILocations); in getImpl()
399 if (auto *N = getUniqued(Context.pImpl->GenericDINodes, Key)) in getImpl()
413 Storage, Context.pImpl->GenericDINodes); in getImpl()
425 if (auto *N = getUniqued(Context.pImpl->CLASS##s, \
438 Storage, Context.pImpl->CLASS##s)
442 Storage, Context.pImpl->CLASS##s)
445 Storage, Context.pImpl->CLASS##s)
449 Storage, Context.pImpl->CLASS##s)
803 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in buildODRType()
845 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in getODRType()
864 return Context.pImpl->DITypeMap->lookup(&Identifier); in getODRTypeIfExists()
2313 auto ExistingIt = Context.pImpl->DIArgLists.find_as(DIArgListKeyInfo(Args)); in get()
2314 if (ExistingIt != Context.pImpl->DIArgLists.end()) in get()
2317 Context.pImpl->DIArgLists.insert(NewArgList); in get()
2328 getContext().pImpl->DIArgLists.erase(this); in handleChangedOperand()
2342 DIArgList *ExistingArgList = getUniqued(getContext().pImpl->DIArgLists, this); in handleChangedOperand()
2350 getContext().pImpl->DIArgLists.insert(this); in handleChangedOperand()