Searched refs:FindDeallocationFunction (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1061 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete, in findDeleteForPromise()
|
H A D | SemaExprCXX.cpp | 3278 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in FindDeallocationFunctionForDestructor() 3290 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema 3756 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
|
H A D | SemaDeclCXX.cpp | 9708 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8221 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,
|