Home
last modified time | relevance | path

Searched refs:IsDestroying (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3419 void setIsDestroyingOperatorDelete(const FunctionDecl *FD, bool IsDestroying);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13291 bool IsDestroying) { in setIsDestroyingOperatorDelete() argument
13292 if (!IsDestroying) { in setIsDestroyingOperatorDelete()