Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/AST/
DComment.cpp313 ReturnType = FTL.getReturnLoc().getType(); in fill()
338 ReturnType = FTL.getReturnLoc().getType(); in fill()
359 ReturnType = FTL.getReturnLoc().getType(); in fill()
DTypeLoc.cpp662 return Visit(T.getReturnLoc()); in VisitFunctionTypeLoc()
/external/clang/lib/AST/
DComment.cpp279 ReturnType = FTL.getReturnLoc().getType(); in fill()
298 ReturnType = FTL.getReturnLoc().getType(); in fill()
DDecl.cpp2922 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseTrailingReturnTypeCheck.cpp476 findReturnTypeAndCVSourceRange(*F, FTL.getReturnLoc(), Ctx, SM, LangOpts); in check()
489 UNV.TraverseTypeLoc(FTL.getReturnLoc()); in check()
/external/clang/include/clang/Sema/
DInitialization.h393 SourceLocation getReturnLoc() const { in getReturnLoc() function
/external/llvm-project/clang/include/clang/Sema/
DInitialization.h502 SourceLocation getReturnLoc() const { in getReturnLoc() function
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h1176 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1180 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2271 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
DTypeLoc.h1309 TypeLoc getReturnLoc() const { in getReturnLoc() function
DStmt.h1385 SourceLocation getReturnLoc() const { return RetLoc; } in getReturnLoc() function
/external/llvm-project/clang/include/clang/AST/
DRecursiveASTVisitor.h1220 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1224 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2521 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
DStmt.h2783 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc() function
2786 SourceLocation getBeginLoc() const { return getReturnLoc(); } in getBeginLoc()
2788 return RetExpr ? RetExpr->getEndLoc() : getReturnLoc(); in getEndLoc()
DTypeLoc.h1435 TypeLoc getReturnLoc() const { in getReturnLoc() function
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp1471 Builder.markChildToken(S->getReturnLoc(), in WalkUpFromReturnStmt()
1588 auto ReturnedType = L.getReturnLoc(); in buildTrailingReturn()
/external/llvm-project/clang/lib/Analysis/
DConsumed.cpp887 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
/external/clang/lib/Sema/
DSemaLambda.cpp1218 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
DTreeTransform.h4966 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
4972 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
5129 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()
6492 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
/external/clang/lib/Analysis/
DConsumed.cpp903 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1404 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
DTreeTransform.h5765 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
5771 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
5924 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()
7482 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp916 found(Return, R->getReturnLoc()); in VisitReturnStmt()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp838 Visit(FTL.getReturnLoc())) || in VisitFunctionDecl()
859 if (FTL && HasTrailingRT && Visit(FTL.getReturnLoc())) in VisitFunctionDecl()
1672 if (!SkipResultType && Visit(TL.getReturnLoc())) in VisitFunctionTypeLoc()
3298 if (Visit(Proto.getReturnLoc())) in RunVisitorWorkList()
/external/clang/tools/libclang/
DCIndex.cpp807 if ((FTL && !isa<CXXConversionDecl>(ND) && Visit(FTL.getReturnLoc())) || in VisitFunctionDecl()
1589 if (!SkipResultType && Visit(TL.getReturnLoc())) in VisitFunctionTypeLoc()
2961 if (Visit(Proto.getReturnLoc())) in RunVisitorWorkList()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp219 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp267 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()

12