Home
last modified time | relevance | path

Searched defs:hasParamDestroyedInCallee (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp901 bool ObjCMethodDecl::hasParamDestroyedInCallee() const { in hasParamDestroyedInCallee() function in ObjCMethodDecl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2817 bool hasParamDestroyedInCallee = false; in GenerateMessageSend() local