Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp903 if (param->isDestroyedInCallee()) in hasParamDestroyedInCallee()
H A DDecl.cpp2945 bool ParmVarDecl::isDestroyedInCallee() const { in isDestroyedInCallee() function in ParmVarDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1770 bool isDestroyedInCallee() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp7313 if (ParamDecl->isDestroyedInCallee()) { in EmitVTableMessageSend()