Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp679 QualType RetType = Fun->getCallResultType(); in propagateReturnType()
1197 ReturnType = D->getCallResultType(); in determineExpectedReturnState()
1402 D->getCallResultType()->isVoidType()) in run()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2854 QualType getCallResultType() const { in getCallResultType() function
2855 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
H A DType.h4740 QualType getCallResultType(const ASTContext &Context) const {
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2030 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
H A DRewriteModernObjC.cpp2113 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6853 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
H A DSemaDeclCXX.cpp8339 BestFD->getCallResultType()); in visitBinaryOperator()
8344 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
H A DSemaInit.cpp6227 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
H A DSemaExpr.cpp6882 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr()
6976 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
H A DSemaCodeComplete.cpp950 T = Function->getCallResultType(); in getDeclUsageType()
H A DSemaOverload.cpp16051 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
H A DTreeTransform.h3970 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()