Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2753 QualType getCallResultType() const { in getCallResultType() function
2754 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
H A DType.h4624 QualType getCallResultType(const ASTContext &Context) const {
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2114 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8174 BestFD->getCallResultType()); in visitBinaryOperator()
8179 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
H A DSemaExprCXX.cpp7832 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
H A DSemaInit.cpp5960 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
H A DSemaExpr.cpp6710 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr()
6838 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
H A DSemaCodeComplete.cpp950 T = Function->getCallResultType(); in getDeclUsageType()
H A DSemaOverload.cpp15233 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
H A DTreeTransform.h3920 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()