Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp2264 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema
2724 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
HDSemaDeclCXX.cpp5831 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
6768 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in CheckDestructor()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4619 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,