Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2542 QualType getCallResultType() const { in getCallResultType() function
2543 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
H A DType.h3835 QualType getCallResultType(const ASTContext &Context) const {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2032 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
H A DRewriteModernObjC.cpp2114 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp6517 ? cast<FunctionDecl>(NDecl)->getCallResultType() in BuildCallExpr()
6623 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr()
6747 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
H A DSemaDeclCXX.cpp7852 BestFD->getCallResultType())) { in visitBinaryOperator()
7858 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
H A DSemaExprCXX.cpp7188 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
H A DSemaCodeComplete.cpp920 T = Function->getCallResultType(); in getDeclUsageType()
H A DSemaInit.cpp5372 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
H A DSemaOverload.cpp14166 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
H A DTreeTransform.h3602 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()