Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1541 bool Sema::isUsualDeallocationFunction(const CXXMethodDecl *Method) { in isUsualDeallocationFunction() function in Sema
1564 bool Result = Method->isUsualDeallocationFunction(PreventedBy); in isUsualDeallocationFunction()
1582 return S.isUsualDeallocationFunction(Method); in isNonPlacementDeallocationFunction()
H A DSemaDeclCXX.cpp15470 !SemaRef.isUsualDeallocationFunction(MD)) { in CheckOperatorDeleteDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2022 bool isUsualDeallocationFunction(
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2301 bool CXXMethodDecl::isUsualDeallocationFunction( in isUsualDeallocationFunction() function in CXXMethodDecl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2225 bool isUsualDeallocationFunction(const CXXMethodDecl *FD);