Lines Matching refs:CommonPtr
273 Common *CommonPtr = new (C) Common; in newCommon() local
274 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
275 return CommonPtr; in newCommon()
283 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); in LoadLazySpecializations() local
284 if (CommonPtr->LazySpecializations) { in LoadLazySpecializations()
286 uint32_t *Specs = CommonPtr->LazySpecializations; in LoadLazySpecializations()
287 CommonPtr->LazySpecializations = nullptr; in LoadLazySpecializations()
313 Common *CommonPtr = getCommonPtr(); in getInjectedTemplateArgs() local
314 if (!CommonPtr->InjectedArgs) { in getInjectedTemplateArgs()
315 CommonPtr->InjectedArgs in getInjectedTemplateArgs()
318 CommonPtr->InjectedArgs); in getInjectedTemplateArgs()
321 return llvm::makeArrayRef(CommonPtr->InjectedArgs, Params->size()); in getInjectedTemplateArgs()
357 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); in LoadLazySpecializations() local
358 if (CommonPtr->LazySpecializations) { in LoadLazySpecializations()
360 uint32_t *Specs = CommonPtr->LazySpecializations; in LoadLazySpecializations()
361 CommonPtr->LazySpecializations = nullptr; in LoadLazySpecializations()
381 Common *CommonPtr = new (C) Common; in newCommon() local
382 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
383 return CommonPtr; in newCommon()
464 Common *CommonPtr = getCommonPtr(); in getInjectedClassNameSpecialization() local
465 if (!CommonPtr->InjectedClassNameType.isNull()) in getInjectedClassNameSpecialization()
466 return CommonPtr->InjectedClassNameType; in getInjectedClassNameSpecialization()
480 CommonPtr->InjectedClassNameType in getInjectedClassNameSpecialization()
484 return CommonPtr->InjectedClassNameType; in getInjectedClassNameSpecialization()
946 Common *CommonPtr = new (C) Common; in newCommon() local
947 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
948 return CommonPtr; in newCommon()
1002 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); in LoadLazySpecializations() local
1003 if (CommonPtr->LazySpecializations) { in LoadLazySpecializations()
1005 uint32_t *Specs = CommonPtr->LazySpecializations; in LoadLazySpecializations()
1006 CommonPtr->LazySpecializations = nullptr; in LoadLazySpecializations()
1026 Common *CommonPtr = new (C) Common; in newCommon() local
1027 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
1028 return CommonPtr; in newCommon()