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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 366 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType())
578 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound;
579 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound;
641 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() ||
    [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaType.cpp 861 if (typeArgObjC->isObjCIdType()) {
864 if (boundObjC->isObjCIdType())
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 580 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 200 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
    [all...]
DeclObjC.cpp 941 if (!isInstanceMethod() || !getReturnType()->isObjCIdType())
    [all...]
ASTContext.cpp     [all...]
Type.cpp 479 if (OPT->isObjCIdType())
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 113 if (Ctx.isObjCIdType(UnqualT))
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 115 if (!Ctx.isObjCIdType(Receiver->getType().getUnqualifiedType()))
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 1824 milliseconds