| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Comment.cpp | 358 ReturnType = FTL.getReturnLoc().getType(); in fill()
|
| H A D | TypeLoc.cpp | 705 return Visit(T.getReturnLoc()); in VisitFunctionTypeLoc()
|
| H A D | Decl.cpp | 3822 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
|
| H A D | ASTImporter.cpp | 6973 auto ToReturnLoc = importChecked(Err, S->getReturnLoc()); in VisitReturnStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 522 SourceLocation getReturnLoc() const { in getReturnLoc() function
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 3071 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 D | RecursiveASTVisitor.h | 1306 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); }) 1310 TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); 2684 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
|
| H A D | TypeLoc.h | 1473 TypeLoc getReturnLoc() const { in getReturnLoc() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1510 Builder.markChildToken(S->getReturnLoc(), in WalkUpFromReturnStmt() 1627 auto ReturnedType = L.getReturnLoc(); in buildTrailingReturn()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 887 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 585 TraverseTypeLoc(Proto.getReturnLoc()); in dataTraverseNode()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1655 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
|
| H A D | TreeTransform.h | 6136 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 D | SemaStmt.cpp | 3791 .getReturnLoc(); in getReturnTypeLoc()
|
| H A D | SemaDeclCXX.cpp | 6121 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check() 18991 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
|
| H A D | SemaInit.cpp | 6701 return Entity.getReturnLoc(); in getInitializationLoc()
|
| H A D | SemaCodeComplete.cpp | 4954 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
|
| H A D | SemaExpr.cpp | 17008 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6817 return Loc && ReturnMatcher.matches(Loc.getReturnLoc(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 335 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3994 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()
|