| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Comment.cpp | 354 ReturnType = FTL.getReturnLoc().getType(); in fill()
|
| H A D | TypeLoc.cpp | 683 return Visit(T.getReturnLoc()); in VisitFunctionTypeLoc()
|
| H A D | Decl.cpp | 3655 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
|
| H A D | ASTImporter.cpp | 6724 auto ToReturnLoc = importChecked(Err, S->getReturnLoc()); in VisitReturnStmt()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Initialization.h | 522 SourceLocation getReturnLoc() const { in getReturnLoc() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Stmt.h | 2860 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc() function 2863 SourceLocation getBeginLoc() const { return getReturnLoc(); } in getBeginLoc() 2865 return RetExpr ? RetExpr->getEndLoc() : getReturnLoc(); in getEndLoc()
|
| H A D | RecursiveASTVisitor.h | 1312 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); }) 1316 TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); 2681 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
|
| H A D | TypeLoc.h | 1467 TypeLoc getReturnLoc() const { in getReturnLoc() function
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1510 Builder.markChildToken(S->getReturnLoc(), in WalkUpFromReturnStmt() 1627 auto ReturnedType = L.getReturnLoc(); in buildTrailingReturn()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 887 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 583 TraverseTypeLoc(Proto.getReturnLoc()); in dataTraverseNode()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1446 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
|
| H A D | TreeTransform.h | 6039 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType() 6045 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType() 6198 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType() 7810 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
|
| H A D | SemaStmt.cpp | 3774 .getReturnLoc(); in getReturnTypeLoc()
|
| H A D | SemaDeclCXX.cpp | 5929 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check() 18293 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
|
| H A D | SemaInit.cpp | 6556 return Entity.getReturnLoc(); in getInitializationLoc()
|
| H A D | SemaCodeComplete.cpp | 4873 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
|
| H A D | SemaExpr.cpp | 16499 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 839 Visit(FTL.getReturnLoc())) || in VisitFunctionDecl() 860 if (FTL && HasTrailingRT && Visit(FTL.getReturnLoc())) in VisitFunctionDecl() 1768 if (!SkipResultType && Visit(TL.getReturnLoc())) in VisitFunctionTypeLoc() 3535 if (Visit(Proto.getReturnLoc())) in RunVisitorWorkList()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6568 return Loc && ReturnMatcher.matches(Loc.getReturnLoc(), Finder, Builder); in AST_MATCHER_P()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 270 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3758 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()
|