Searched refs:getCallReturnType (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h160 return cast<CallExpr>(E)->getCallReturnType(Ctx);
164 return cast<ObjCMessageExpr>(E)->getCallReturnType(Ctx);
169 return cast<CallExpr>(E)->getCallReturnType(Ctx);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp296 QualType ObjCMessageExpr::getCallReturnType(ASTContext &Ctx) const { function in class:ObjCMessageExpr
H A DExprClassification.cpp309 return ClassifyUnnamed(Ctx, cast<CallExpr>(E)->getCallReturnType(Ctx));
H A DExpr.cpp1499 QualType CallExpr::getCallReturnType(const ASTContext &Ctx) const { function in class:CallExpr
1521 if (const TagDecl *TD = getCallReturnType(Ctx)->getAsTagDecl())
2543 if (Op->getCallReturnType(Ctx)->isReferenceType() ||
2544 Op->getCallReturnType(Ctx)->isVoidType())
H A DJSONNodeDumper.cpp1073 QualType CallReturnTy = OME->getCallReturnType(Ctx);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp296 return cast<CallExpr>(RE)->getCallReturnType(Ctx);
H A DCGExprComplex.cpp408 if (E->getCallReturnType(CGF.getContext())->isReferenceType())
H A DCGExprAgg.cpp889 if (E->getCallReturnType(CGF.getContext())->isReferenceType()) {
H A DCGBuiltin.cpp5299 llvm::Type *Ty = ConvertType(E->getCallReturnType(getContext()));
7944 Ops[0], ConvertType(E->getCallReturnType(getContext())),
7952 Ops[0], ConvertType(E->getCallReturnType(getContext())),
7960 Ops[0], ConvertType(E->getCallReturnType(getContext())),
7968 Ops[0], ConvertType(E->getCallReturnType(getContext())),
7976 Ops[0], ConvertType(E->getCallReturnType(getContext())),
8619 llvm::Type *Ty = ConvertType(E->getCallReturnType(getContext()));
H A DCGExpr.cpp4751 assert(E->getCallReturnType(getContext())->isReferenceType() &&
H A DCGExprScalar.cpp580 if (E->getCallReturnType(CGF.getContext())->isReferenceType())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp723 QualType ResultTy = CE->getCallReturnType(Ctx);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1241 QualType getCallReturnType(ASTContext &Ctx) const;
H A DExpr.h2775 /// getCallReturnType - Get the return type of the call expr. This is not
2778 QualType getCallReturnType(const ASTContext &Ctx) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp446 QualType RetType = AwaitSuspend->getCallReturnType(S.Context);
H A DSemaExprCXX.cpp6879 if (CheckCallReturnType(Call->getCallReturnType(Context),
H A DSemaChecking.cpp375 QualType ReturnTy = CE->getCallReturnType(S.Context);
12274 if (!Call->getCallReturnType(SemaRef.Context)->isReferenceType())

Completed in 358 milliseconds