Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp687 QualType RetType = Fun->getCallResultType(); in propagateReturnType()
1205 ReturnType = D->getCallResultType(); in determineExpectedReturnState()
1407 D->getCallResultType()->isVoidType()) in run()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2324 QualType getCallResultType() const { in getCallResultType() function
2325 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
H A DType.h3636 QualType getCallResultType(const ASTContext &Context) const {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2024 *Context, ICE, Args, FT->getCallResultType(*Context), VK_RValue, EndLoc); in SynthesizeCallToFunctionDecl()
H A DRewriteModernObjC.cpp2111 *Context, ICE, Args, FT->getCallResultType(*Context), VK_RValue, EndLoc); in SynthesizeCallToFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp6669 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
H A DSemaInit.cpp5053 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
H A DSemaExpr.cpp5621 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr()
5740 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
H A DSemaCodeComplete.cpp675 T = Function->getCallResultType(); in getDeclUsageType()
H A DSemaOverload.cpp12868 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
H A DTreeTransform.h3142 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()