Home
last modified time | relevance | path

Searched refs:isAnyOperatorNew (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h480 bool isAnyOperatorNew() const { in isAnyOperatorNew() function
505 return isAnyOperatorNew() || isAnyOperatorDelete(); in isAnyOperatorNewOrDelete()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp4937 if (FuncDecl->getDeclName().isAnyOperatorNew()) { in VisitCallExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3486 bool HasBadAllocExceptionSpec = Name.isAnyOperatorNew(); in DeclareGlobalAllocationFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8417 if (FD->getDeclName().isAnyOperatorNew()) { in handleCallExpr()