Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DConsumed.cpp686 QualType RetType = Fun->getCallResultType(); in propagateReturnType()
1204 ReturnType = D->getCallResultType(); in determineExpectedReturnState()
1406 D->getCallResultType()->isVoidType()) in run()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h2568 QualType getCallResultType() const { in getCallResultType() function
2569 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
DType.h3835 QualType getCallResultType(const ASTContext &Context) const {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2032 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
DRewriteModernObjC.cpp2114 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp6557 ? cast<FunctionDecl>(NDecl)->getCallResultType() in BuildCallExpr()
6686 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr()
6810 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
DSemaDeclCXX.cpp7851 BestFD->getCallResultType()); in visitBinaryOperator()
7856 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
DSemaExprCXX.cpp7236 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
DSemaInit.cpp5374 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
DSemaCodeComplete.cpp920 T = Function->getCallResultType(); in getDeclUsageType()
DSemaOverload.cpp14186 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
DTreeTransform.h3623 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()