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

  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 531 T = isConst ? Context->getObjCIdType().withConst()
532 : Context->getObjCIdType();
554 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
583 result = Context->getObjCIdType();
    [all...]
RewriteObjC.cpp 433 T = Context->getObjCIdType();
454 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
483 result = Context->getObjCIdType();
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 99 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...]
CGDebugInfo.cpp 588 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
    [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 115 Ty = Context.getObjCIdType();
656 QualType IdT = Context.getObjCIdType();
772 QualType IdT = Context.getObjCIdType();
    [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclObjC.cpp     [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/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 480 return ast_ctx.getObjCIdType();
  /external/clang/lib/AST/
ASTDiagnostic.cpp 76 if (QualType(Ty,0) == Context.getObjCIdType() ||
    [all...]
DeclObjC.cpp 902 selfTy = Context.getObjCIdType();
    [all...]
ASTContext.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 788 clang_type = ast->getObjCIdType().getAsOpaquePtr();
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1104 milliseconds