Home
last modified time | relevance | path

Searched refs:AllocElemType (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp1750 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local
1752 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()