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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2162 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, function in class:Sema
2372 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName,
H A DSemaDeclCXX.cpp5460 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name,
6383 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete))
/external/clang/include/clang/Sema/
H A DSema.h4327 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,

Completed in 1313 milliseconds