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

  /external/clang/lib/Sema/
SemaExprObjC.cpp     [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 184 ParsedType ReceiverType,
188 ReceiverType, ReceiverExpr);
    [all...]
  /external/clang/lib/CodeGen/
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...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 41 milliseconds