Home
last modified time | relevance | path

Searched defs:receiverType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp735 QualType receiverType = RefExpr->getReceiverType(S.Context); buildGet() local
768 QualType receiverType = RefExpr->getReceiverType(S.Context); buildSet() local
844 QualType receiverType = RefExpr->getReceiverType(S.Context); buildRValueOperation() local
1384 QualType receiverType = InstanceBase->getType(); buildGet() local
1413 QualType receiverType = InstanceBase->getType(); buildSet() local
[all...]
H A DSemaExprObjC.cpp4336 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); CheckObjCBridgeRelatedConversions() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp38 QualType receiverType) { in arrangeObjCMessageSendSignature()
H A DCGCall.cpp491 arrangeObjCMessageSendSignature(const ObjCMethodDecl * MD,QualType receiverType) arrangeObjCMessageSendSignature() argument