Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp268 if (QT == Ctx.getObjCInstanceType()) { in getCallReturnType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1432 if (T == Context.getObjCInstanceType()) { in stripObjCInstanceType()
1442 if (T == Context.getObjCInstanceType()) in stripObjCInstanceType()
1540 if (T == Context.getObjCInstanceType()) { in getMessageSendResultType()
1667 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) { in EmitRelatedResultTypeNoteForReturn()
1703 Context.getObjCInstanceType())) in EmitRelatedResultTypeNote()
H A DSemaDeclObjC.cpp4749 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
H A DSemaType.cpp6781 QualType T = Context.getObjCInstanceType(); in ActOnObjCInstanceType()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp778 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1921 QualType getObjCInstanceType() { in getObjCInstanceType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp483 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
H A DRewriteModernObjC.cpp578 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4151 if (ResultTy == CGM.getContext().getObjCInstanceType()) in getOrCreateFunctionType()