Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp404 return isWeakLinkedClass(classReceiver); in canMessageReceiverBeNull()
425 bool CGObjCRuntime::isWeakLinkedClass(const ObjCInterfaceDecl *ID) { in isWeakLinkedClass() function in CGObjCRuntime
H A DCGObjCRuntime.h346 static bool isWeakLinkedClass(const ObjCInterfaceDecl *cls);
H A DCGObjCMac.cpp4075 ReceiverCanBeNull = isWeakLinkedClass(OID); in GenerateDirectMethodPrologue()