Home
last modified time | relevance | path

Searched refs:getObjCInstanceType (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/ARCMigrate/
DObjCMT.cpp979 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
1318 OM->getReturnType() == Ctx.getObjCInstanceType() || in migrateFactoryMethod()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1138 if (T == Context.getObjCInstanceType()) in stripObjCInstanceType()
1229 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) { in EmitRelatedResultTypeNoteForReturn()
1265 Context.getObjCInstanceType())) in EmitRelatedResultTypeNote()
DSemaDeclObjC.cpp3129 HasRelatedResultType = (resultDeclType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
DSemaType.cpp3948 QualType T = Context.getObjCInstanceType(); in ActOnObjCInstanceType()
/external/clang/include/clang/AST/
DASTContext.h1334 QualType getObjCInstanceType() { in getObjCInstanceType() function
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2526 if (ResultTy == CGM.getContext().getObjCInstanceType()) in getOrCreateFunctionType()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp482 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
DRewriteModernObjC.cpp582 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()