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

  /external/clang/lib/Analysis/
CocoaConventions.cpp 71 if (PT->isObjCIdType() || PT->isObjCQualifiedIdType() ||
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 267 if (OldTy->isObjCIdType() && !NewTy->isObjCIdType())
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 782 result.get()->getType()->isObjCIdType()) {
786 if (!ptr->isObjCIdType())
    [all...]
SemaDeclObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 609 if (!OM->getResultType()->isObjCIdType())
644 !OM->getResultType()->isObjCIdType())
  /external/clang/lib/AST/
TypePrinter.cpp 194 CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
    [all...]
DeclObjC.cpp 761 !getResultType()->isObjCIdType())
777 if (!ArgT->isObjCIdType()) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 654 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjCIdType)
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 106 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 351 milliseconds