Lines Matching refs:CommonPtr
391 auto *CommonPtr = getCommonPtr(); in getInjectedTemplateArgs() local
392 if (!CommonPtr->InjectedArgs) { in getInjectedTemplateArgs()
396 CommonPtr->InjectedArgs = in getInjectedTemplateArgs()
399 CommonPtr->InjectedArgs); in getInjectedTemplateArgs()
402 return llvm::ArrayRef(CommonPtr->InjectedArgs, Params->size()); in getInjectedTemplateArgs()
428 auto *CommonPtr = new (C) Common; in newCommon() local
429 C.addDestruction(CommonPtr); in newCommon()
430 return CommonPtr; in newCommon()
529 auto *CommonPtr = new (C) Common; in newCommon() local
530 C.addDestruction(CommonPtr); in newCommon()
531 return CommonPtr; in newCommon()
614 Common *CommonPtr = getCommonPtr(); in getInjectedClassNameSpecialization() local
615 if (!CommonPtr->InjectedClassNameType.isNull()) in getInjectedClassNameSpecialization()
616 return CommonPtr->InjectedClassNameType; in getInjectedClassNameSpecialization()
629 CommonPtr->InjectedClassNameType in getInjectedClassNameSpecialization()
632 return CommonPtr->InjectedClassNameType; in getInjectedClassNameSpecialization()
1193 auto *CommonPtr = new (C) Common; in newCommon() local
1194 C.addDestruction(CommonPtr); in newCommon()
1195 return CommonPtr; in newCommon()
1247 auto *CommonPtr = new (C) Common; in newCommon() local
1248 C.addDestruction(CommonPtr); in newCommon()
1249 return CommonPtr; in newCommon()