Home
last modified time | relevance | path

Searched refs:getReturnLoc (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h522 SourceLocation getReturnLoc() const { in getReturnLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp712 return Visit(T.getReturnLoc()); in VisitFunctionTypeLoc()
H A DDecl.cpp3872 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
H A DASTImporter.cpp7075 auto ToReturnLoc = importChecked(Err, S->getReturnLoc()); in VisitReturnStmt()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1511 Builder.markChildToken(S->getReturnLoc(), in WalkUpFromReturnStmt()
1628 auto ReturnedType = L.getReturnLoc(); in buildTrailingReturn()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3078 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; }
3081 SourceLocation getBeginLoc() const { return getReturnLoc(); }
3083 return RetExpr ? RetExpr->getEndLoc() : getReturnLoc();
H A DRecursiveASTVisitor.h1353 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1357 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2742 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
H A DTypeLoc.h1509 TypeLoc getReturnLoc() const { in getReturnLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1713 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
H A DTreeTransform.h6235 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
6241 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
6450 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()
8257 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
H A DSemaStmt.cpp3622 .getReturnLoc(); in getReturnTypeLoc()
H A DSemaDeclCXX.cpp5978 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check()
18752 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
H A DSemaInit.cpp6845 return Entity.getReturnLoc(); in getInitializationLoc()
H A DSemaCodeComplete.cpp4968 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
H A DSemaExpr.cpp16001 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6841 return Loc && ReturnMatcher.matches(Loc.getReturnLoc(), Finder, Builder); in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp335 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4003 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()