Home
last modified time | relevance | path

Searched refs:isUsualDeallocationFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1694 bool Sema::isUsualDeallocationFunction(const CXXMethodDecl *Method) { in isUsualDeallocationFunction() function in Sema
1717 bool Result = Method->isUsualDeallocationFunction(PreventedBy); in isUsualDeallocationFunction()
1735 return S.isUsualDeallocationFunction(Method); in isNonPlacementDeallocationFunction()
H A DSemaDeclCXX.cpp16267 !SemaRef.isUsualDeallocationFunction(MD)) { in CheckOperatorDeleteDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2153 bool isUsualDeallocationFunction(
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2416 bool CXXMethodDecl::isUsualDeallocationFunction( in isUsualDeallocationFunction() function in CXXMethodDecl
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8295 bool isUsualDeallocationFunction(const CXXMethodDecl *FD);