Lines Matching refs:CommonPtr

269   Common *CommonPtr = new (C) Common;  in newCommon()  local
270 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
271 return CommonPtr; in newCommon()
279 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); in LoadLazySpecializations() local
280 if (CommonPtr->LazySpecializations) { in LoadLazySpecializations()
282 uint32_t *Specs = CommonPtr->LazySpecializations; in LoadLazySpecializations()
283 CommonPtr->LazySpecializations = nullptr; in LoadLazySpecializations()
309 Common *CommonPtr = getCommonPtr(); in getInjectedTemplateArgs() local
310 if (!CommonPtr->InjectedArgs) { in getInjectedTemplateArgs()
311 CommonPtr->InjectedArgs in getInjectedTemplateArgs()
314 CommonPtr->InjectedArgs); in getInjectedTemplateArgs()
317 return llvm::makeArrayRef(CommonPtr->InjectedArgs, Params->size()); in getInjectedTemplateArgs()
353 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); in LoadLazySpecializations() local
354 if (CommonPtr->LazySpecializations) { in LoadLazySpecializations()
356 uint32_t *Specs = CommonPtr->LazySpecializations; in LoadLazySpecializations()
357 CommonPtr->LazySpecializations = nullptr; in LoadLazySpecializations()
377 Common *CommonPtr = new (C) Common; in newCommon() local
378 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
379 return CommonPtr; in newCommon()
460 Common *CommonPtr = getCommonPtr(); in getInjectedClassNameSpecialization() local
461 if (!CommonPtr->InjectedClassNameType.isNull()) in getInjectedClassNameSpecialization()
462 return CommonPtr->InjectedClassNameType; in getInjectedClassNameSpecialization()
476 CommonPtr->InjectedClassNameType in getInjectedClassNameSpecialization()
480 return CommonPtr->InjectedClassNameType; in getInjectedClassNameSpecialization()
925 Common *CommonPtr = new (C) Common; in newCommon() local
926 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
927 return CommonPtr; in newCommon()
981 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); in LoadLazySpecializations() local
982 if (CommonPtr->LazySpecializations) { in LoadLazySpecializations()
984 uint32_t *Specs = CommonPtr->LazySpecializations; in LoadLazySpecializations()
985 CommonPtr->LazySpecializations = nullptr; in LoadLazySpecializations()
1005 Common *CommonPtr = new (C) Common; in newCommon() local
1006 C.AddDeallocation(DeallocateCommon, CommonPtr); in newCommon()
1007 return CommonPtr; in newCommon()