Lines Matching refs:pImpl
84 if (auto *N = getUniqued(Context.pImpl->DILocations, in getImpl()
100 Storage, Context.pImpl->DILocations); in getImpl()
395 if (auto *N = getUniqued(Context.pImpl->GenericDINodes, Key)) in getImpl()
409 Storage, Context.pImpl->GenericDINodes); in getImpl()
421 if (auto *N = getUniqued(Context.pImpl->CLASS##s, \
434 Storage, Context.pImpl->CLASS##s)
438 Storage, Context.pImpl->CLASS##s)
441 Storage, Context.pImpl->CLASS##s)
445 Storage, Context.pImpl->CLASS##s)
793 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in buildODRType()
835 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in getODRType()
854 return Context.pImpl->DITypeMap->lookup(&Identifier); in getODRTypeIfExists()
2126 auto ExistingIt = Context.pImpl->DIArgLists.find_as(DIArgListKeyInfo(Args)); in get()
2127 if (ExistingIt != Context.pImpl->DIArgLists.end()) in get()
2130 Context.pImpl->DIArgLists.insert(NewArgList); in get()
2141 getContext().pImpl->DIArgLists.erase(this); in handleChangedOperand()
2155 DIArgList *ExistingArgList = getUniqued(getContext().pImpl->DIArgLists, this); in handleChangedOperand()
2163 getContext().pImpl->DIArgLists.insert(this); in handleChangedOperand()