Home
last modified time | relevance | path

Searched refs:isDestroyedInCallee (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1682 bool isDestroyedInCallee() const;
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp2266 if (ParamDecl->isDestroyedInCallee()) { in EmitMessageSend()
7377 if (ParamDecl->isDestroyedInCallee()) { in EmitVTableMessageSend()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2763 bool ParmVarDecl::isDestroyedInCallee() const { in isDestroyedInCallee() function in ParmVarDecl