Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1271 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local
1273 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()