Lines Matching refs:Common
270 if (Common) in getCommonPtr()
271 return Common; in getCommonPtr()
278 if (Prev->Common) { in getCommonPtr()
279 Common = Prev->Common; in getCommonPtr()
287 if (!Common) { in getCommonPtr()
291 Common = newCommon(getASTContext()); in getCommonPtr()
296 Prev->Common = Common; in getCommonPtr()
298 return Common; in getCommonPtr()
395 auto *CommonPtr = new (C) Common; in newCommon()
427 if (!Base::Common) in mergePrevDecl()
430 Common *ThisCommon = static_cast<Common *>(Base::Common); in mergePrevDecl()
431 Common *PrevCommon = nullptr; in mergePrevDecl()
434 if (Prev->Base::Common) { in mergePrevDecl()
435 PrevCommon = static_cast<Common *>(Prev->Base::Common); in mergePrevDecl()
445 D->Base::Common = ThisCommon; in mergePrevDecl()
453 Base::Common = PrevCommon; in mergePrevDecl()
496 auto *CommonPtr = new (C) Common; in newCommon()
615 Common *CommonPtr = getCommonPtr(); in getInjectedClassNameSpecialization()
1196 auto *CommonPtr = new (C) Common; in newCommon()
1263 auto *CommonPtr = new (C) Common; in newCommon()