Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp313 ReturnType = FTL.getReturnLoc().getType(); in fill()
338 ReturnType = FTL.getReturnLoc().getType(); in fill()
359 ReturnType = FTL.getReturnLoc().getType(); in fill()
H A DTypeLoc.cpp664 return Visit(T.getReturnLoc()); in VisitFunctionTypeLoc()
H A DDecl.cpp3520 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
H A DASTImporter.cpp6348 auto ToReturnLoc = importChecked(Err, S->getReturnLoc()); in VisitReturnStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h502 SourceLocation getReturnLoc() const { in getReturnLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2787 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc() function
2790 SourceLocation getBeginLoc() const { return getReturnLoc(); } in getBeginLoc()
2792 return RetExpr ? RetExpr->getEndLoc() : getReturnLoc(); in getEndLoc()
H A DRecursiveASTVisitor.h1233 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1237 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2550 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
H A DTypeLoc.h1435 TypeLoc getReturnLoc() const { in getReturnLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1505 Builder.markChildToken(S->getReturnLoc(), in WalkUpFromReturnStmt()
1622 auto ReturnedType = L.getReturnLoc(); in buildTrailingReturn()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp567 TraverseTypeLoc(Proto.getReturnLoc()); in dataTraverseNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp887 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1407 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
H A DTreeTransform.h5851 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
5857 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
6010 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()
7573 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
H A DSemaStmt.cpp3800 .getReturnLoc(); in getReturnTypeLoc()
H A DSemaDeclCXX.cpp5803 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check()
17610 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
H A DSemaCodeComplete.cpp4563 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
H A DSemaInit.cpp6176 return Entity.getReturnLoc(); in getInitializationLoc()
H A DSemaExpr.cpp15342 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp838 Visit(FTL.getReturnLoc())) || in VisitFunctionDecl()
859 if (FTL && HasTrailingRT && Visit(FTL.getReturnLoc())) in VisitFunctionDecl()
1674 if (!SkipResultType && Visit(TL.getReturnLoc())) in VisitFunctionTypeLoc()
3341 if (Visit(Proto.getReturnLoc())) in RunVisitorWorkList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp268 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3616 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()