Searched refs:getReturnLoc (Results 1 – 16 of 16) sorted by relevance
279 ReturnType = FTL.getReturnLoc().getType(); in fill()298 ReturnType = FTL.getReturnLoc().getType(); in fill()
2922 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
5147 SourceLocation ToRetLoc = Importer.Import(S->getReturnLoc()); in VisitReturnStmt()
393 SourceLocation getReturnLoc() const { in getReturnLoc() function
1176 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })1180 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));2271 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
1309 TypeLoc getReturnLoc() const { in getReturnLoc() function
1385 SourceLocation getReturnLoc() const { return RetLoc; } in getReturnLoc() function
1218 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
4966 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()4972 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()5129 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()6492 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
3056 return TL.castAs<FunctionProtoTypeLoc>().getReturnLoc(); in getReturnTypeLoc()
4522 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check()13756 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
5392 return Entity.getReturnLoc(); in getInitializationLoc()
11999 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
903 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
807 if ((FTL && !isa<CXXConversionDecl>(ND) && Visit(FTL.getReturnLoc())) || in VisitFunctionDecl()1589 if (!SkipResultType && Visit(TL.getReturnLoc())) in VisitFunctionTypeLoc()2961 if (Visit(Proto.getReturnLoc())) in RunVisitorWorkList()
219 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()