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

  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 433 T = Context->getObjCIdType();
454 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
483 result = Context->getObjCIdType();
    [all...]
RewriteModernObjC.cpp 531 T = isConst ? Context->getObjCIdType().withConst()
532 : Context->getObjCIdType();
554 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
583 result = Context->getObjCIdType();
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 126 QualType ElementType = Context.getObjCIdType().withConst();
    [all...]
CGObjCMac.cpp 240 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
258 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
286 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
351 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
    [all...]
CodeGenModule.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGDebugInfo.cpp 628 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 115 Ty = Context.getObjCIdType();
779 QualType IdT = Context.getObjCIdType();
    [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclObjC.cpp 685 typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType());
    [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 128 if (QualType(Ty,0) == Context.getObjCIdType() ||
    [all...]
DeclObjC.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 97 milliseconds