Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDComment.cpp279 ReturnType = FTL.getReturnLoc().getType(); in fill()
298 ReturnType = FTL.getReturnLoc().getType(); in fill()
HDDecl.cpp2830 SourceRange RTRange = FTL.getReturnLoc().getSourceRange(); in getReturnTypeSourceRange()
HDASTImporter.cpp4851 SourceLocation ToRetLoc = Importer.Import(S->getReturnLoc()); in VisitReturnStmt()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDInitialization.h392 SourceLocation getReturnLoc() const { in getReturnLoc() function
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDataRecursiveASTVisitor.h1073 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1077 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2175 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc())); in TraverseLambdaExpr()
HDRecursiveASTVisitor.h1141 { TRY_TO(TraverseTypeLoc(TL.getReturnLoc())); })
1145 TRY_TO(TraverseTypeLoc(TL.getReturnLoc()));
2207 TRY_TO(TraverseTypeLoc(Proto.getReturnLoc())); in TraverseLambdaExpr()
HDTypeLoc.h1297 TypeLoc getReturnLoc() const { in getReturnLoc() function
HDStmt.h1370 SourceLocation getReturnLoc() const { return RetLoc; } in getReturnLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDConsumed.cpp897 Ret->getReturnLoc(), stateToString(ExpectedState), in VisitReturnStmt()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp1224 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
HDTreeTransform.h4676 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
4682 ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionProtoType()
4828 QualType ResultType = getDerived().TransformType(TLB, TL.getReturnLoc()); in TransformFunctionNoProtoType()
6232 return getDerived().RebuildReturnStmt(S->getReturnLoc(), Result.get()); in TransformReturnStmt()
HDSemaStmt.cpp2963 return TL.castAs<FunctionProtoTypeLoc>().getReturnLoc(); in getReturnTypeLoc()
HDSemaDeclCXX.cpp4562 Visit(TL.getReturnLoc(), Sema::AbstractReturnType); in Check()
13516 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc())) in checkThisInStaticMemberFunctionType()
HDSemaInit.cpp5253 return Entity.getReturnLoc(); in getInitializationLoc()
HDSemaExpr.cpp11278 TypeLoc Result = ExplicitSignature.getReturnLoc(); in ActOnBlockArguments()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp207 Writer.AddSourceLocation(S->getReturnLoc(), Record); in VisitReturnStmt()