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()
2841 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
4849 SourceLocation ToRetLoc = Importer.Import(S->getReturnLoc()); in VisitReturnStmt()
392 SourceLocation getReturnLoc() const { in getReturnLoc() function
1101 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })1105 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));2169 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
1309 TypeLoc getReturnLoc() const { in getReturnLoc() function
1363 SourceLocation getReturnLoc() const { return RetLoc; } in getReturnLoc() function
897 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
1211 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
4834 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()4840 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()4984 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()6388 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
3001 return TL.castAs<FunctionProtoTypeLoc>().getReturnLoc(); in getReturnTypeLoc()
4546 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check()13534 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
5275 return Entity.getReturnLoc(); in getInitializationLoc()
11467 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
803 if ((FTL && !isa<CXXConversionDecl>(ND) && Visit(FTL.getReturnLoc())) || in VisitFunctionDecl()1588 if (!SkipResultType && Visit(TL.getReturnLoc())) in VisitFunctionTypeLoc()2851 if (Visit(Proto.getReturnLoc())) in RunVisitorWorkList()
207 Writer.AddSourceLocation(S->getReturnLoc(), Record); in VisitReturnStmt()