Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp2501 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema
2966 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
DSemaDeclCXX.cpp5989 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
6932 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in CheckDestructor()
/external/clang/include/clang/Sema/
DSema.h4801 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,