Searched refs:DeallocType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2299 ImplicitDeallocationParameters(QualType DeallocType, in ImplicitDeallocationParameters() 2303 : Type(DeallocType), PassTypeIdentity(PassTypeIdentity), in ImplicitDeallocationParameters()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 3599 QualType DeallocType = Context.getRecordType(RD); in FindDeallocationFunctionForDestructor() local 3601 DeallocType, ShouldUseTypeAwareOperatorNewOrDelete(), in FindDeallocationFunctionForDestructor() 3613 hasNewExtendedAlignment(*this, DeallocType)); in FindDeallocationFunctionForDestructor()
|
| H A D | SemaDeclCXX.cpp | 9915 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()
|