Searched refs:getReturnLoc (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 522 SourceLocation getReturnLoc() const { in getReturnLoc() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TypeLoc.cpp | 712 return Visit(T.getReturnLoc()); in VisitFunctionTypeLoc()
|
H A D | Decl.cpp | 3872 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
|
H A D | ASTImporter.cpp | 7075 auto ToReturnLoc = importChecked(Err, S->getReturnLoc()); in VisitReturnStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 1511 Builder.markChildToken(S->getReturnLoc(), in WalkUpFromReturnStmt() 1628 auto ReturnedType = L.getReturnLoc(); in buildTrailingReturn()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Stmt.h | 3078 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } 3081 SourceLocation getBeginLoc() const { return getReturnLoc(); } 3083 return RetExpr ? RetExpr->getEndLoc() : getReturnLoc();
|
H A D | RecursiveASTVisitor.h | 1353 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); }) 1357 TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); 2742 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
|
H A D | TypeLoc.h | 1509 TypeLoc getReturnLoc() const { in getReturnLoc() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1713 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
|
H A D | TreeTransform.h | 6235 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 D | SemaStmt.cpp | 3622 .getReturnLoc(); in getReturnTypeLoc()
|
H A D | SemaDeclCXX.cpp | 5978 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check() 18752 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
|
H A D | SemaInit.cpp | 6845 return Entity.getReturnLoc(); in getInitializationLoc()
|
H A D | SemaCodeComplete.cpp | 4968 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
|
H A D | SemaExpr.cpp | 16001 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6841 return Loc && ReturnMatcher.matches(Loc.getReturnLoc(), Finder, Builder); in AST_MATCHER_P()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 335 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4003 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()
|