Searched refs:AllocElemType (Results 1 – 1 of 1) sorted by relevance
2747 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local2758 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions()2759 LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl()); in FindAllocationFunctions()2820 if (AllocElemType->isRecordType() && DeleteScope != AFS_Global) { in FindAllocationFunctions()2822 cast<CXXRecordDecl>(AllocElemType->castAs<RecordType>()->getDecl()); in FindAllocationFunctions()2937 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()2999 << DeleteName << AllocElemType; in FindAllocationFunctions()