HomeSort by relevance Sort by last modified time
    Searched defs:ReceiverType (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Parse/
ParseInit.cpp 251 ParsedType ReceiverType;
259 ReceiverType)) {
269 if (!ReceiverType) {
276 ReceiverType,
ParseObjc.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 312 QualType ReceiverType;
316 ReceiverType = E->getInstanceReceiver()->getType();
327 ReceiverType = E->getClassReceiver();
328 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
338 ReceiverType = E->getSuperType();
344 ReceiverType = E->getSuperType();
360 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver);
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaChecking.cpp     [all...]

Completed in 201 milliseconds