Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1061 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete, in findDeleteForPromise()
H A DSemaExprCXX.cpp3278 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 DSemaDeclCXX.cpp9708 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8221 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,