Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2750 QualType getCallResultType() const { in getCallResultType() function
2751 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
H A DType.h4136 QualType getCallResultType(const ASTContext &Context) const {
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7619 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
H A DSemaDeclCXX.cpp8277 BestFD->getCallResultType()); in visitBinaryOperator()
8282 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
H A DSemaInit.cpp5819 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
H A DSemaExpr.cpp7510 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr()
7634 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
H A DSemaCodeComplete.cpp943 T = Function->getCallResultType(); in getDeclUsageType()
H A DSemaOverload.cpp15225 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
H A DTreeTransform.h3865 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()