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

  /external/clang/lib/Parse/
ParseInit.cpp 249 ParsedType ReceiverType;
255 NextToken().is(tok::period), ReceiverType)) {
264 if (!ReceiverType) {
273 = parseObjCTypeArgsAndProtocolQualifiers(IILoc, ReceiverType,
281 ReceiverType = NewReceiverType.get();
286 ReceiverType,
ParseObjc.cpp     [all...]
ParseExpr.cpp 187 ParsedType ReceiverType,
191 ReceiverType, ReceiverExpr);
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 655 QualType ReceiverType = MessageExpr->getReceiverType();
657 ReceiverType->getAs<ObjCObjectPointerType>();
666 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() ||
800 QualType ReceiverType = MessageExpr->getClassReceiver();
801 const auto *ReceiverClassType = ReceiverType->getAs<ObjCObjectType>();
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 377 QualType ReceiverType;
381 ReceiverType = E->getInstanceReceiver()->getType();
392 ReceiverType = E->getClassReceiver();
393 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
403 ReceiverType = E->getSuperType();
409 ReceiverType = E->getSuperType();
425 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 467 milliseconds