Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprObjC.cpp268 if (QT == Ctx.getObjCInstanceType()) { in getCallReturnType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1431 if (T == Context.getObjCInstanceType()) { in stripObjCInstanceType()
1441 if (T == Context.getObjCInstanceType()) in stripObjCInstanceType()
1539 if (T == Context.getObjCInstanceType()) { in getMessageSendResultType()
1666 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) { in EmitRelatedResultTypeNoteForReturn()
1702 Context.getObjCInstanceType())) in EmitRelatedResultTypeNote()
H A DSemaDeclObjC.cpp4750 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
H A DSemaType.cpp6622 QualType T = Context.getObjCInstanceType(); in ActOnObjCInstanceType()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp780 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp958 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
1296 OM->getReturnType() == Ctx.getObjCInstanceType() || in migrateFactoryMethod()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1898 QualType getObjCInstanceType() { in getObjCInstanceType() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp483 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
H A DRewriteModernObjC.cpp578 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4005 if (ResultTy == CGM.getContext().getObjCInstanceType()) in getOrCreateFunctionType()