Searched refs:AllocElemType (Results 1 – 1 of 1) sorted by relevance
2934 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local2989 if (AllocElemType->isRecordType() && in FindAllocationFunctions()2991 LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl()); in FindAllocationFunctions()3052 if (AllocElemType->isRecordType() && in FindAllocationFunctions()3055 cast<CXXRecordDecl>(AllocElemType->castAs<RecordType>()->getDecl()); in FindAllocationFunctions()3213 AllocElemType, OriginalTypeAwareState, in FindAllocationFunctions()3215 hasNewExtendedAlignment(*this, AllocElemType)), in FindAllocationFunctions()3274 AllocElemType, StartLoc); in FindAllocationFunctions()3282 AllocElemType, Info.IDP.PassTypeIdentity, Info.IDP.PassAlignment, in FindAllocationFunctions()3313 << DeleteName << AllocElemType; in FindAllocationFunctions()