Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2674 QualType getCallResultType() const { in getCallResultType() function
2675 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
H A DType.h3969 QualType getCallResultType(const ASTContext &Context) const {
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp7076 ? cast<FunctionDecl>(NDecl)->getCallResultType() in BuildCallExpr()
7205 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr()
7329 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
H A DSemaExprCXX.cpp7495 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
H A DSemaDeclCXX.cpp8038 BestFD->getCallResultType()); in visitBinaryOperator()
8043 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
H A DSemaInit.cpp5679 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
H A DSemaCodeComplete.cpp922 T = Function->getCallResultType(); in getDeclUsageType()
H A DSemaOverload.cpp14586 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
H A DTreeTransform.h3778 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()