Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2552 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local
2563 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions()
2564 LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl()); in FindAllocationFunctions()
2625 if (AllocElemType->isRecordType() && DeleteScope != AFS_Global) { in FindAllocationFunctions()
2627 cast<CXXRecordDecl>(AllocElemType->castAs<RecordType>()->getDecl()); in FindAllocationFunctions()
2725 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()
2787 << DeleteName << AllocElemType; in FindAllocationFunctions()
/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()