Searched refs:AllocElemType (Results 1 – 1 of 1) sorted by relevance
1751 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local1753 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()1755 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()1801 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()1803 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()