Searched refs:AllocElemType (Results 1 – 1 of 1) sorted by relevance
1271 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local1273 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()1275 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()1313 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()1315 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()