Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1048 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete)) in findDeleteForPromise()
H A DSemaExprCXX.cpp3165 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in FindDeallocationFunctionForDestructor()
3177 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema
3637 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
H A DSemaDeclCXX.cpp9417 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6619 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,