Searched refs:getCallResultType (Results 1 – 23 of 23) sorted by relevance
/external/llvm-project/clang/lib/Analysis/ |
D | Consumed.cpp | 686 QualType RetType = Fun->getCallResultType(); in propagateReturnType() 1204 ReturnType = D->getCallResultType(); in determineExpectedReturnState() 1406 D->getCallResultType()->isVoidType()) in run()
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 690 QualType RetType = Fun->getCallResultType(); in propagateReturnType() 1237 ReturnType = D->getCallResultType(); in determineExpectedReturnState() 1449 D->getCallResultType()->isVoidType()) in run()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2045 QualType getCallResultType() const { in getCallResultType() function 2047 return getType()->getAs<FunctionType>()->getCallResultType(getASTContext()); in getCallResultType()
|
D | Type.h | 3028 QualType getCallResultType(const ASTContext &Context) const {
|
/external/llvm-project/clang/include/clang/AST/ |
D | Decl.h | 2522 QualType getCallResultType() const { in getCallResultType() function 2523 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
|
D | Type.h | 3824 QualType getCallResultType(const ASTContext &Context) const {
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2023 FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
|
D | RewriteModernObjC.cpp | 2108 FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2032 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
|
D | RewriteModernObjC.cpp | 2114 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 6481 ? dyn_cast<FunctionDecl>(NDecl)->getCallResultType() in BuildCallExpr() 6568 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr() 6692 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
|
D | SemaDeclCXX.cpp | 7773 BestFD->getCallResultType())) { in visitBinaryOperator() 7779 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
|
D | SemaExprCXX.cpp | 7114 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
|
D | SemaInit.cpp | 5303 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
|
D | SemaCodeComplete.cpp | 891 T = Function->getCallResultType(); in getDeclUsageType()
|
D | SemaOverload.cpp | 14178 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
|
D | TreeTransform.h | 3513 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 5907 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
|
D | SemaInit.cpp | 4687 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
|
D | SemaCodeComplete.cpp | 680 T = Function->getCallResultType(); in getDeclUsageType()
|
D | SemaOverload.cpp | 12150 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
|
D | TreeTransform.h | 3015 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()
|
D | SemaExpr.cpp | 5413 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
|