Home
last modified time | relevance | path

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

/external/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()
/external/clang/lib/Analysis/
DConsumed.cpp690 QualType RetType = Fun->getCallResultType(); in propagateReturnType()
1237 ReturnType = D->getCallResultType(); in determineExpectedReturnState()
1449 D->getCallResultType()->isVoidType()) in run()
/external/clang/include/clang/AST/
DDecl.h2045 QualType getCallResultType() const { in getCallResultType() function
2047 return getType()->getAs<FunctionType>()->getCallResultType(getASTContext()); in getCallResultType()
DType.h3028 QualType getCallResultType(const ASTContext &Context) const {
/external/llvm-project/clang/include/clang/AST/
DDecl.h2522 QualType getCallResultType() const { in getCallResultType() function
2523 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
DType.h3824 QualType getCallResultType(const ASTContext &Context) const {
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2023 FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
DRewriteModernObjC.cpp2108 FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
/external/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()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp6481 ? dyn_cast<FunctionDecl>(NDecl)->getCallResultType() in BuildCallExpr()
6568 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr()
6692 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
DSemaDeclCXX.cpp7773 BestFD->getCallResultType())) { in visitBinaryOperator()
7779 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
DSemaExprCXX.cpp7114 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
DSemaInit.cpp5303 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
DSemaCodeComplete.cpp891 T = Function->getCallResultType(); in getDeclUsageType()
DSemaOverload.cpp14178 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
DTreeTransform.h3513 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5907 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
DSemaInit.cpp4687 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
DSemaCodeComplete.cpp680 T = Function->getCallResultType(); in getDeclUsageType()
DSemaOverload.cpp12150 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
DTreeTransform.h3015 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()
DSemaExpr.cpp5413 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()