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

  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 441 T = Context->getObjCIdType();
462 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
491 result = Context->getObjCIdType();
    [all...]
RewriteModernObjC.cpp 526 T = isConst ? Context->getObjCIdType().withConst()
527 : Context->getObjCIdType();
549 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
578 result = Context->getObjCIdType();
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 101 QualType ElementType = Context.getObjCIdType().withConst();
    [all...]
CGObjCMac.cpp 238 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
256 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
284 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
348 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
    [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp 549 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
    [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 111 Ty = Context.getObjCIdType();
636 QualType IdT = Context.getObjCIdType();
755 QualType IdT = Context.getObjCIdType();
    [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 69 if (QualType(Ty,0) == Context.getObjCIdType() ||
    [all...]
DeclObjC.cpp 714 selfTy = Context.getObjCIdType();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 349 milliseconds