Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1678 bool Sema::isUsualDeallocationFunction(const CXXMethodDecl *Method) { in isUsualDeallocationFunction() function in Sema
1701 bool Result = Method->isUsualDeallocationFunction(PreventedBy); in isUsualDeallocationFunction()
1719 return S.isUsualDeallocationFunction(Method); in isNonPlacementDeallocationFunction()
H A DSemaDeclCXX.cpp16742 if (!SemaRef.isUsualDeallocationFunction(MD)) { in CheckOperatorDeleteDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2210 bool isUsualDeallocationFunction(
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2584 bool CXXMethodDecl::isUsualDeallocationFunction( in isUsualDeallocationFunction() function in CXXMethodDecl
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8607 bool isUsualDeallocationFunction(const CXXMethodDecl *FD);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9871 …odDecl27isUsualDeallocationFunctionEv", "clang::CXXMethodDecl::isUsualDeallocationFunction() const…