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

  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 470 T = isConst ? Context->getObjCIdType().withConst()
471 : Context->getObjCIdType();
493 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
523 result = Context->getObjCIdType();
    [all...]
RewriteObjC.cpp 434 T = Context->getObjCIdType();
455 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
485 result = Context->getObjCIdType();
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 66 if (QualType(Ty,0) == Context.getObjCIdType() ||
DeclObjC.cpp 624 selfTy = Context.getObjCIdType();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp 111 Ty = Context.getObjCIdType();
586 QualType IdT = Context.getObjCIdType();
720 QualType IdT = Context.getObjCIdType();
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 101 QualType ElementType = Context.getObjCIdType().withConst();
    [all...]
CGObjCMac.cpp 237 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
255 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
283 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
347 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
    [all...]
CodeGenModule.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 267 milliseconds