Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp2659 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local
2670 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions()
2671 LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl()); in FindAllocationFunctions()
2732 if (AllocElemType->isRecordType() && DeleteScope != AFS_Global) { in FindAllocationFunctions()
2734 cast<CXXRecordDecl>(AllocElemType->castAs<RecordType>()->getDecl()); in FindAllocationFunctions()
2849 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()
2911 << DeleteName << AllocElemType; in FindAllocationFunctions()