Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1037 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete)) in findDeleteForPromise()
H A DSemaExprCXX.cpp3119 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in FindDeallocationFunctionForDestructor()
3131 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema
3591 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
H A DSemaDeclCXX.cpp9237 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6329 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,