Searched refs:FindDeallocationFunction (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1073 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete)) in findDeleteForPromise()
|
H A D | SemaExprCXX.cpp | 3102 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in FindDeallocationFunctionForDestructor() 3114 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema 3574 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
|
H A D | SemaDeclCXX.cpp | 9230 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 6262 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,
|