Searched refs:getReturnLoc (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Comment.cpp | 299 ReturnType = FTL.getReturnLoc().getType(); in fill() 324 ReturnType = FTL.getReturnLoc().getType(); in fill() 345 ReturnType = FTL.getReturnLoc().getType(); in fill()
|
| H A D | Decl.cpp | 3213 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
|
| H A D | ASTImporter.cpp | 5868 S->getReturnLoc(), S->getRetValue(), S->getNRVOCandidate()); in VisitReturnStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Initialization.h | 482 SourceLocation getReturnLoc() const { in getReturnLoc() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 2499 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 D | RecursiveASTVisitor.h | 1238 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); }) 1242 TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); 2419 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
|
| H A D | TypeLoc.h | 1411 TypeLoc getReturnLoc() const { in getReturnLoc() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 888 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1268 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
|
| H A D | TreeTransform.h | 5293 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 D | SemaStmt.cpp | 3409 return TL.castAs<FunctionProtoTypeLoc>().getReturnLoc(); in getReturnTypeLoc()
|
| H A D | SemaDeclCXX.cpp | 5396 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check() 15361 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
|
| H A D | SemaInit.cpp | 5840 return Entity.getReturnLoc(); in getInitializationLoc()
|
| H A D | SemaCodeComplete.cpp | 3962 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
|
| H A D | SemaExpr.cpp | 13590 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 260 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3021 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()
|