Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp691 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1254 if (T == Context.getObjCInstanceType()) { in stripObjCInstanceType()
1264 if (T == Context.getObjCInstanceType()) in stripObjCInstanceType()
1450 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) { in EmitRelatedResultTypeNoteForReturn()
1486 Context.getObjCInstanceType())) in EmitRelatedResultTypeNote()
DSemaDeclObjC.cpp4310 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
DSemaType.cpp5242 QualType T = Context.getObjCInstanceType(); in ActOnObjCInstanceType()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp968 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
1306 OM->getReturnType() == Ctx.getObjCInstanceType() || in migrateFactoryMethod()
/external/clang/include/clang/AST/
DASTContext.h1489 QualType getObjCInstanceType() { in getObjCInstanceType() function
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2820 if (ResultTy == CGM.getContext().getObjCInstanceType()) in getOrCreateFunctionType()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp483 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
DRewriteModernObjC.cpp577 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()