Lines Matching refs:CommonPtr
264 Common *CommonPtr = new (C) Common; in newCommon() local
265 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
266 return CommonPtr; in newCommon()
274 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); in LoadLazySpecializations() local
275 if (CommonPtr->LazySpecializations) { in LoadLazySpecializations()
277 uint32_t *Specs = CommonPtr->LazySpecializations; in LoadLazySpecializations()
278 CommonPtr->LazySpecializations = nullptr; in LoadLazySpecializations()
304 Common *CommonPtr = getCommonPtr(); in getInjectedTemplateArgs() local
305 if (!CommonPtr->InjectedArgs) { in getInjectedTemplateArgs()
306 CommonPtr->InjectedArgs in getInjectedTemplateArgs()
309 CommonPtr->InjectedArgs); in getInjectedTemplateArgs()
312 return llvm::makeArrayRef(CommonPtr->InjectedArgs, Params->size()); in getInjectedTemplateArgs()
348 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); in LoadLazySpecializations() local
349 if (CommonPtr->LazySpecializations) { in LoadLazySpecializations()
351 uint32_t *Specs = CommonPtr->LazySpecializations; in LoadLazySpecializations()
352 CommonPtr->LazySpecializations = nullptr; in LoadLazySpecializations()
372 Common *CommonPtr = new (C) Common; in newCommon() local
373 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
374 return CommonPtr; in newCommon()
446 Common *CommonPtr = getCommonPtr(); in getInjectedClassNameSpecialization() local
447 if (!CommonPtr->InjectedClassNameType.isNull()) in getInjectedClassNameSpecialization()
448 return CommonPtr->InjectedClassNameType; in getInjectedClassNameSpecialization()
462 CommonPtr->InjectedClassNameType in getInjectedClassNameSpecialization()
465 return CommonPtr->InjectedClassNameType; in getInjectedClassNameSpecialization()
912 Common *CommonPtr = new (C) Common; in newCommon() local
913 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
914 return CommonPtr; in newCommon()
968 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); in LoadLazySpecializations() local
969 if (CommonPtr->LazySpecializations) { in LoadLazySpecializations()
971 uint32_t *Specs = CommonPtr->LazySpecializations; in LoadLazySpecializations()
972 CommonPtr->LazySpecializations = nullptr; in LoadLazySpecializations()
992 Common *CommonPtr = new (C) Common; in newCommon() local
993 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
994 return CommonPtr; in newCommon()