Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp268 if (QT == Ctx.getObjCInstanceType()) { in getCallReturnType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1445 if (T == Context.getObjCInstanceType()) { in stripObjCInstanceType()
1455 if (T == Context.getObjCInstanceType()) in stripObjCInstanceType()
1552 if (T == Context.getObjCInstanceType()) { in getMessageSendResultType()
1680 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) { in EmitRelatedResultTypeNoteForReturn()
1717 Context.getObjCInstanceType())) in EmitRelatedResultTypeNote()
H A DSemaObjC.cpp746 QualType T = Context.getObjCInstanceType(); in ActOnObjCInstanceType()
H A DSemaDeclObjC.cpp4758 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp955 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
1293 OM->getReturnType() == Ctx.getObjCInstanceType() || in migrateFactoryMethod()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1988 QualType getObjCInstanceType() { in getObjCInstanceType() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp577 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4304 if (ResultTy == CGM.getContext().getObjCInstanceType()) in getOrCreateFunctionType()