Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2299 ImplicitDeallocationParameters(QualType DeallocType, in ImplicitDeallocationParameters()
2303 : Type(DeallocType), PassTypeIdentity(PassTypeIdentity), in ImplicitDeallocationParameters()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3599 QualType DeallocType = Context.getRecordType(RD); in FindDeallocationFunctionForDestructor() local
3601 DeallocType, ShouldUseTypeAwareOperatorNewOrDelete(), in FindDeallocationFunctionForDestructor()
3613 hasNewExtendedAlignment(*this, DeallocType)); in FindDeallocationFunctionForDestructor()
H A DSemaDeclCXX.cpp9915 QualType DeallocType = Context.getRecordType(RD); in ShouldDeleteSpecialMember() local
9919 DeallocType, ShouldUseTypeAwareOperatorNewOrDelete(), in ShouldDeleteSpecialMember()
16399 QualType DeallocType, SourceLocation Loc) { in BuildTypeAwareUsualDelete() argument
16400 if (DeallocType.isNull()) in BuildTypeAwareUsualDelete()
16425 QualType SpecializedTypeIdentity = tryBuildStdTypeIdentity(DeallocType, Loc); in BuildTypeAwareUsualDelete()