Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp358 ReturnType = FTL.getReturnLoc().getType(); in fill()
H A DTypeLoc.cpp705 return Visit(T.getReturnLoc()); in VisitFunctionTypeLoc()
H A DDecl.cpp3822 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
H A DASTImporter.cpp6973 auto ToReturnLoc = importChecked(Err, S->getReturnLoc()); in VisitReturnStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h522 SourceLocation getReturnLoc() const { in getReturnLoc() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3071 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc() function
3074 SourceLocation getBeginLoc() const { return getReturnLoc(); } in getBeginLoc()
3076 return RetExpr ? RetExpr->getEndLoc() : getReturnLoc(); in getEndLoc()
H A DRecursiveASTVisitor.h1306 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1310 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2684 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
H A DTypeLoc.h1473 TypeLoc getReturnLoc() const { in getReturnLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1510 Builder.markChildToken(S->getReturnLoc(), in WalkUpFromReturnStmt()
1627 auto ReturnedType = L.getReturnLoc(); in buildTrailingReturn()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp887 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp585 TraverseTypeLoc(Proto.getReturnLoc()); in dataTraverseNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1655 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
H A DTreeTransform.h6136 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
6142 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
6302 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()
7962 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
H A DSemaStmt.cpp3791 .getReturnLoc(); in getReturnTypeLoc()
H A DSemaDeclCXX.cpp6121 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check()
18991 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
H A DSemaInit.cpp6701 return Entity.getReturnLoc(); in getInitializationLoc()
H A DSemaCodeComplete.cpp4954 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
H A DSemaExpr.cpp17008 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6817 return Loc && ReturnMatcher.matches(Loc.getReturnLoc(), Finder, Builder); in AST_MATCHER_P()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp335 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3994 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()