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()
2830 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
4851 SourceLocation ToRetLoc = Importer.Import(S->getReturnLoc()); in VisitReturnStmt()
392 SourceLocation getReturnLoc() const { in getReturnLoc() function
1073 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })1077 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));2175 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc())); in TraverseLambdaExpr()
1141 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })1145 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));2207 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc())); in TraverseLambdaExpr()
1297 TypeLoc getReturnLoc() const { in getReturnLoc() function
1370 SourceLocation getReturnLoc() const { return RetLoc; } in getReturnLoc() function
897 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
1224 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
4676 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()4682 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()4828 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()6232 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
2963 return TL.castAs<FunctionProtoTypeLoc>().getReturnLoc(); in getReturnTypeLoc()
4562 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check()13516 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
5253 return Entity.getReturnLoc(); in getInitializationLoc()
11278 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
207 Writer.AddSourceLocation(S->getReturnLoc(), Record); in VisitReturnStmt()