Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp3513 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
H A DASTImporter.cpp6477 auto ToReturnLoc = importChecked(Err, S->getReturnLoc()); in VisitReturnStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h502 SourceLocation getReturnLoc() const { in getReturnLoc() function
/freebsd-13.1/contrib/llvm-project/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.h1231 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1235 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2564 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
H A DTypeLoc.h1435 TypeLoc getReturnLoc() const { in getReturnLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1505 Builder.markChildToken(S->getReturnLoc(), in WalkUpFromReturnStmt()
1622 auto ReturnedType = L.getReturnLoc(); in buildTrailingReturn()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp887 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp567 TraverseTypeLoc(Proto.getReturnLoc()); in dataTraverseNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1411 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
H A DTreeTransform.h5874 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
5880 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
6033 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()
7596 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
H A DSemaStmt.cpp3728 .getReturnLoc(); in getReturnTypeLoc()
H A DSemaDeclCXX.cpp5803 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check()
17815 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
H A DSemaInit.cpp6178 return Entity.getReturnLoc(); in getInitializationLoc()
H A DSemaCodeComplete.cpp4566 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
H A DSemaExpr.cpp15463 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp268 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3623 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()