Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2622 QualType AllocElemType = Context.getBaseElementType(AllocType); in FindAllocationFunctions() local
2633 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions()
2634 LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl()); in FindAllocationFunctions()
2695 if (AllocElemType->isRecordType() && DeleteScope != AFS_Global) { in FindAllocationFunctions()
2697 cast<CXXRecordDecl>(AllocElemType->castAs<RecordType>()->getDecl()); in FindAllocationFunctions()
2811 /*WantAlign*/ hasNewExtendedAlignment(*this, AllocElemType), in FindAllocationFunctions()
2873 << DeleteName << AllocElemType; in FindAllocationFunctions()