Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1993 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local
1995 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()
1997 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()
2043 if (AllocElemType->isRecordType() && !UseGlobal) { in FindAllocationFunctions()
2045 = cast<CXXRecordDecl>(AllocElemType->getAs<RecordType>()->getDecl()); in FindAllocationFunctions()