Searched refs:AllocElemType (Results 1 – 2 of 2) sorted by relevance
2552 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local2563 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions()2564 LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl()); in FindAllocationFunctions()2625 if (AllocElemType->isRecordType() && DeleteScope != AFS_Global) { in FindAllocationFunctions()2627 cast<CXXRecordDecl>(AllocElemType->castAs<RecordType>()->getDecl()); in FindAllocationFunctions()2725 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()2787 << DeleteName << AllocElemType; in FindAllocationFunctions()
1993 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local1995 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()1997 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()2043 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()2045 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()