Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp268 if (QT == Ctx.getObjCInstanceType()) { in getCallReturnType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()
H A DSemaDeclObjC.cpp4730 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
H A DSemaType.cpp6374 QualType T = Context.getObjCInstanceType(); in ActOnObjCInstanceType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp782 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp959 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
1297 OM->getReturnType() == Ctx.getObjCInstanceType() || in migrateFactoryMethod()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1793 QualType getObjCInstanceType() { in getObjCInstanceType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp483 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
H A DRewriteModernObjC.cpp577 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3833 if (ResultTy == CGM.getContext().getObjCInstanceType()) in getOrCreateFunctionType()