Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3547 void FunctionDecl::setIsTypeAwareOperatorNewOrDelete(bool IsTypeAware) { in setIsTypeAwareOperatorNewOrDelete() argument
3548 getASTContext().setIsTypeAwareOperatorNewOrDelete(this, IsTypeAware); in setIsTypeAwareOperatorNewOrDelete()
H A DASTContext.cpp13304 bool IsTypeAware) { in setIsTypeAwareOperatorNewOrDelete() argument
13305 if (!IsTypeAware) { in setIsTypeAwareOperatorNewOrDelete()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3422 bool IsTypeAware);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2686 bool IsTypeAware = D->getAsFunction()->isTypeAwareOperatorNewOrDelete(); in resolveAllocationOverloadInterior() local
2687 if (IsTypeAware == (Mode != ResolveMode::Typed)) in resolveAllocationOverloadInterior()