Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp263 if (QT == Ctx.getObjCInstanceType()) { in getCallReturnType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp781 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1440 if (T == Context.getObjCInstanceType()) { in stripObjCInstanceType()
1448 if (T == Context.getObjCInstanceType()) in stripObjCInstanceType()
1542 if (T == Context.getObjCInstanceType()) { in getMessageSendResultType()
1667 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) { in EmitRelatedResultTypeNoteForReturn()
1704 Context.getObjCInstanceType())) in EmitRelatedResultTypeNote()
H A DSemaObjC.cpp742 QualType T = Context.getObjCInstanceType(); in ActOnObjCInstanceType()
H A DSemaDeclObjC.cpp4812 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2169 QualType getObjCInstanceType() { in getObjCInstanceType() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp481 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
H A DRewriteModernObjC.cpp576 if (result == Context->getObjCInstanceType()) in getSimpleFunctionType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4561 if (ResultTy == CGM.getContext().getObjCInstanceType()) in getOrCreateFunctionType()