/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Comment.cpp | 313 ReturnType = FTL.getReturnLoc().getType(); in fill() 338 ReturnType = FTL.getReturnLoc().getType(); in fill() 359 ReturnType = FTL.getReturnLoc().getType(); in fill()
|
H A D | TypeLoc.cpp | 664 return Visit(T.getReturnLoc()); in VisitFunctionTypeLoc()
|
H A D | Decl.cpp | 3520 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
|
H A D | ASTImporter.cpp | 6348 auto ToReturnLoc = importChecked(Err, S->getReturnLoc()); in VisitReturnStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Initialization.h | 502 SourceLocation getReturnLoc() const { in getReturnLoc() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 2787 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 D | RecursiveASTVisitor.h | 1233 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); }) 1237 TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); 2550 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc()));
|
H A D | TypeLoc.h | 1435 TypeLoc getReturnLoc() const { in getReturnLoc() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 1505 Builder.markChildToken(S->getReturnLoc(), in WalkUpFromReturnStmt() 1622 auto ReturnedType = L.getReturnLoc(); in buildTrailingReturn()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 567 TraverseTypeLoc(Proto.getReturnLoc()); in dataTraverseNode()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | Consumed.cpp | 887 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1407 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
|
H A D | TreeTransform.h | 5851 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 D | SemaStmt.cpp | 3800 .getReturnLoc(); in getReturnTypeLoc()
|
H A D | SemaDeclCXX.cpp | 5803 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check() 17610 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
|
H A D | SemaCodeComplete.cpp | 4563 GetCompletionTypeString(BlockLoc.getReturnLoc().getType(), Context, in AddObjCBlockCall()
|
H A D | SemaInit.cpp | 6176 return Entity.getReturnLoc(); in getInitializationLoc()
|
H A D | SemaExpr.cpp | 15342 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 838 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 D | ASTWriterStmt.cpp | 268 Record.AddSourceLocation(S->getReturnLoc()); in VisitReturnStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 3616 AttrLoc = FTL.getReturnLoc().findNullabilityLoc(); in EmitReturnValueCheck()
|