Searched refs:getCallResultType (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 686 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 D | Decl.h | 2542 QualType getCallResultType() const { in getCallResultType() function 2543 return getType()->castAs<FunctionType>()->getCallResultType( in getCallResultType()
|
| H A D | Type.h | 3835 QualType getCallResultType(const ASTContext &Context) const {
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2032 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
|
| H A D | RewriteModernObjC.cpp | 2114 CallExpr::Create(*Context, ICE, Args, FT->getCallResultType(*Context), in SynthesizeCallToFunctionDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 6517 ? cast<FunctionDecl>(NDecl)->getCallResultType() in BuildCallExpr() 6623 ResultTy = FDecl->getCallResultType(); in BuildResolvedCallExpr() 6747 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
|
| H A D | SemaDeclCXX.cpp | 7852 BestFD->getCallResultType())) { in visitBinaryOperator() 7858 << BestFD->getCallResultType().withoutLocalFastQualifiers(); in visitBinaryOperator()
|
| H A D | SemaExprCXX.cpp | 7188 << OperatorArrows[I]->getCallResultType(); in noteOperatorArrows()
|
| H A D | SemaCodeComplete.cpp | 920 T = Function->getCallResultType(); in getDeclUsageType()
|
| H A D | SemaInit.cpp | 5372 QualType ConvType = Function->getCallResultType(); in TryUserDefinedConversion()
|
| H A D | SemaOverload.cpp | 14166 QualType resultType = proto->getCallResultType(Context); in BuildCallToMemberFunction()
|
| H A D | TreeTransform.h | 3602 SemaRef.Context, Callee, SubExprs, Builtin->getCallResultType(), in RebuildShuffleVectorExpr()
|