Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDExprObjC.cpp268 if (QT == Ctx.getObjCInstanceType()) { in getCallReturnType()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp778 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.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()
HDSemaObjC.cpp746 QualType T = Context.getObjCInstanceType(); in ActOnObjCInstanceType()
HDSemaDeclObjC.cpp4758 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
/freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp955 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
1293 OM->getReturnType() == Ctx.getObjCInstanceType() || in migrateFactoryMethod()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1988 QualType getObjCInstanceType() { in getObjCInstanceType() function
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp483 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
HDRewriteModernObjC.cpp577 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp4304 if (ResultTy == CGM.getContext().getObjCInstanceType()) in getOrCreateFunctionType()