Home
last modified time | relevance | path

Searched refs:getCallResultType (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp686 QualType RetType = Fun->getCallResultType(); in propagateReturnType()
1204 ReturnType = D->getCallResultType(); in determineExpectedReturnState()
1406 D->getCallResultType()->isVoidType()) in run()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2604 QualType getCallResultType() const { in getCallResultType() function
2605 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
H A DType.h3904 QualType getCallResultType(const ASTContext &Context) const {
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2032 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
H A DRewriteModernObjC.cpp2115 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp6836 ? cast<FunctionDecl>(NDecl)->getCallResultType() in BuildCallExpr()
6965 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr()
7089 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
H A DSemaDeclCXX.cpp7968 BestFD->getCallResultType()); in visitBinaryOperator()
7973 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
H A DSemaExprCXX.cpp7475 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
H A DSemaInit.cpp5402 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
H A DSemaCodeComplete.cpp921 T = Function->getCallResultType(); in getDeclUsageType()
H A DSemaOverload.cpp14405 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
H A DTreeTransform.h3686 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()