Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1601 bool Sema::isUsualDeallocationFunction(const CXXMethodDecl *Method) { in isUsualDeallocationFunction() function in Sema
1624 bool Result = Method->isUsualDeallocationFunction(PreventedBy); in isUsualDeallocationFunction()
1642 return S.isUsualDeallocationFunction(Method); in isNonPlacementDeallocationFunction()
H A DSemaDeclCXX.cpp15874 !SemaRef.isUsualDeallocationFunction(MD)) { in CheckOperatorDeleteDeclaration()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2056 bool isUsualDeallocationFunction(
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2304 bool CXXMethodDecl::isUsualDeallocationFunction( in isUsualDeallocationFunction() function in CXXMethodDecl
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2426 bool isUsualDeallocationFunction(const CXXMethodDecl *FD);