Lines Matching refs:Common
260 if (Common) in getCommonPtr()
261 return Common; in getCommonPtr()
268 if (Prev->Common) { in getCommonPtr()
269 Common = Prev->Common; in getCommonPtr()
277 if (!Common) { in getCommonPtr()
281 Common = newCommon(getASTContext()); in getCommonPtr()
286 Prev->Common = Common; in getCommonPtr()
288 return Common; in getCommonPtr()
369 auto *CommonPtr = new (C) Common; in newCommon()
398 Common *CommonPtr = getCommonPtr(); in getInjectedTemplateArgs()
417 if (!Base::Common) in mergePrevDecl()
420 Common *ThisCommon = static_cast<Common *>(Base::Common); in mergePrevDecl()
421 Common *PrevCommon = nullptr; in mergePrevDecl()
424 if (Prev->Base::Common) { in mergePrevDecl()
425 PrevCommon = static_cast<Common *>(Prev->Base::Common); in mergePrevDecl()
435 D->Base::Common = ThisCommon; in mergePrevDecl()
443 Base::Common = PrevCommon; in mergePrevDecl()
486 auto *CommonPtr = new (C) Common; in newCommon()
602 Common *CommonPtr = getCommonPtr(); in getInjectedClassNameSpecialization()
1139 auto *CommonPtr = new (C) Common; in newCommon()
1206 auto *CommonPtr = new (C) Common; in newCommon()