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

  /external/clang/lib/Rewrite/
RewriteObjC.cpp 410 T = Context->getObjCIdType();
415 T = Context->getObjCIdType();
425 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 66 if (QualType(Ty,0) == Context.getObjCIdType() ||
DeclObjC.cpp 500 selfTy = Context.getObjCIdType();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 103 Ty = Context.getObjCIdType();
116 Ty = Context.getObjCIdType();
367 ReturnType = Context.getObjCIdType();
    [all...]
Sema.cpp 111 if (Context.getObjCIdType().isNull()) {
121 Context.ObjCIdRedefinitionType = Context.getObjCIdType();
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 369 QualType IdTy = getContext().getObjCIdType();
582 QualType IdTy = getContext().getObjCIdType();
773 QualType IdTy(CGM.getContext().getObjCIdType());
    [all...]
CGObjCMac.cpp 209 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
227 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
265 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
    [all...]
CodeGenModule.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 86 milliseconds