Searched refs:AllocElemType (Results 1 – 1 of 1) sorted by relevance
1750 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local1752 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()1754 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()1800 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()1802 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()