Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprObjC.cpp268 if (QT == Ctx.getObjCInstanceType()) { in getCallReturnType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1433 if (T == Context.getObjCInstanceType()) { in stripObjCInstanceType()
1443 if (T == Context.getObjCInstanceType()) in stripObjCInstanceType()
1541 if (T == Context.getObjCInstanceType()) { in getMessageSendResultType()
1668 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) { in EmitRelatedResultTypeNoteForReturn()
1704 Context.getObjCInstanceType())) in EmitRelatedResultTypeNote()
DSemaDeclObjC.cpp4730 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
DSemaType.cpp6407 QualType T = Context.getObjCInstanceType(); in ActOnObjCInstanceType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp782 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp959 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
1297 OM->getReturnType() == Ctx.getObjCInstanceType() || in migrateFactoryMethod()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h1838 QualType getObjCInstanceType() { in getObjCInstanceType() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp483 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
DRewriteModernObjC.cpp577 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp3816 if (ResultTy == CGM.getContext().getObjCInstanceType()) in getOrCreateFunctionType()