Lines Matching refs:Instance
2798 /// \brief Build a new Objective-C instance message.
2813 /// \brief Build a new Objective-C instance/class message to 'super'.
9421 // instance member. In other contexts, BuildPossibleImplicitMemberExpr will
10828 // Instance message: transform the receiver
10829 assert(E->getReceiverKind() == ObjCMessageExpr::Instance &&
10830 "Only class and instance messages may be instantiated");
10841 // Build a new instance message send.