Searched refs:AllocElemType (Results 1 – 1 of 1) sorted by relevance
2659 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local2670 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions()2671 LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl()); in FindAllocationFunctions()2732 if (AllocElemType->isRecordType() && DeleteScope != AFS_Global) { in FindAllocationFunctions()2734 cast<CXXRecordDecl>(AllocElemType->castAs<RecordType>()->getDecl()); in FindAllocationFunctions()2849 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()2911 << DeleteName << AllocElemType; in FindAllocationFunctions()