HomeSort by relevance Sort by last modified time
    Searched full:receivertype (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp 574 QualType receiverType;
576 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver());
578 receiverType = RefExpr->getSuperReceiverType();
581 receiverType = InstanceReceiver->getType();
588 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType,
592 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(),
612 QualType receiverType;
614 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver());
616 receiverType = RefExpr->getSuperReceiverType();
619 receiverType = InstanceReceiver->getType()
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Parse/
ParseInit.cpp 269 ParsedType ReceiverType;
277 ReceiverType)) {
287 if (!ReceiverType) {
294 ReceiverType,
ParseObjc.cpp     [all...]
ParseExpr.cpp 242 ParsedType ReceiverType,
246 ReceiverType, ReceiverExpr);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.h 183 QualType receiverType);
CGObjC.cpp 293 QualType ReceiverType;
297 ReceiverType = E->getInstanceReceiver()->getType();
308 ReceiverType = E->getClassReceiver();
309 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
319 ReceiverType = E->getSuperType();
325 ReceiverType = E->getSuperType();
341 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver);
    [all...]
CGCall.cpp 244 QualType receiverType) {
246 argTys.push_back(Context.getCanonicalParamType(receiverType));
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 433 milliseconds