Searched refs:FindDeallocationFunction (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2173 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema 2383 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
|
| H A D | SemaDeclCXX.cpp | 5735 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember() 6672 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in CheckDestructor()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4494 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,
|