Searched refs:getCallResultType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 687 QualType RetType = Fun->getCallResultType(); in propagateReturnType() 1205 ReturnType = D->getCallResultType(); in determineExpectedReturnState() 1407 D->getCallResultType()->isVoidType()) in run()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 2324 QualType getCallResultType() const { in getCallResultType() function 2325 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
|
| H A D | Type.h | 3636 QualType getCallResultType(const ASTContext &Context) const {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2024 *Context, ICE, Args, FT->getCallResultType(*Context), VK_RValue, EndLoc); in SynthesizeCallToFunctionDecl()
|
| H A D | RewriteModernObjC.cpp | 2111 *Context, ICE, Args, FT->getCallResultType(*Context), VK_RValue, EndLoc); in SynthesizeCallToFunctionDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 6669 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
|
| H A D | SemaInit.cpp | 5053 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
|
| H A D | SemaExpr.cpp | 5621 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr() 5740 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
|
| H A D | SemaCodeComplete.cpp | 675 T = Function->getCallResultType(); in getDeclUsageType()
|
| H A D | SemaOverload.cpp | 12868 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
|
| H A D | TreeTransform.h | 3142 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()
|