Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp299 ReturnType = FTL.getReturnLoc().getType(); in fill()
324 ReturnType = FTL.getReturnLoc().getType(); in fill()
345 ReturnType = FTL.getReturnLoc().getType(); in fill()
H A DDecl.cpp3213 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
H A DASTImporter.cpp5868 S->getReturnLoc(), S->getRetValue(), S->getNRVOCandidate()); in VisitReturnStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h482 SourceLocation getReturnLoc() const { in getReturnLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2499 SourceLocation getReturnLoc() const { return ReturnStmtBits.RetLoc; } in getReturnLoc() function
2502 SourceLocation getBeginLoc() const { return getReturnLoc(); } in getBeginLoc()
2504 return RetExpr ? RetExpr->getEndLoc() : getReturnLoc(); in getEndLoc()
H A DRecursiveASTVisitor.h1238 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1242 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2419 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
H A DTypeLoc.h1411 TypeLoc getReturnLoc() const { in getReturnLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp888 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1268 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
H A DTreeTransform.h5293 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
5299 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
5305 SemaRef.Diag(TL.getReturnLoc().getBeginLoc(), in TransformFunctionProtoType()
5459 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()
6893 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
H A DSemaStmt.cpp3409 return TL.castAs<FunctionProtoTypeLoc>().getReturnLoc(); in getReturnTypeLoc()
H A DSemaDeclCXX.cpp5396 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check()
15361 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
H A DSemaInit.cpp5840 return Entity.getReturnLoc(); in getInitializationLoc()
H A DSemaCodeComplete.cpp3962 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
H A DSemaExpr.cpp13590 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp260 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp3021 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()