Searched defs:ReturnLoc (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 145 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() && in runOnMachineFunction() local
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.h | 786 StorageLocation *ReturnLoc = nullptr; variable
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseTrailingReturnTypeCheck.cpp | 277 const FunctionDecl &F, const TypeLoc &ReturnLoc, const ASTContext &Ctx, in findReturnTypeAndCVSourceRange()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 305 static InitializedEntity InitializeResult(SourceLocation ReturnLoc, in InitializeResult() argument 310 static InitializedEntity InitializeStmtExprResult(SourceLocation ReturnLoc, in InitializeStmtExprResult() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3412 ActOnCapScopeReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,NamedReturnInfo & NRInfo,bool SupressSimplerImplicitMoves) ActOnCapScopeReturnStmt() argument 3626 DeduceFunctionTypeFromReturnExpr(FunctionDecl * FD,SourceLocation ReturnLoc,Expr * RetExpr,const AutoType * AT) DeduceFunctionTypeFromReturnExpr() argument 3736 ActOnReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,Scope * CurScope) ActOnReturnStmt() argument 3779 BuildReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,bool AllowRecovery) BuildReturnStmt() argument [all...] |
H A D | SemaChecking.cpp | 9133 CheckReturnValExpr(Expr * RetValExp,QualType lhsType,SourceLocation ReturnLoc,bool isObjCMethod,const AttrVec * Attrs,const FunctionDecl * FD) CheckReturnValExpr() argument
|
H A D | TreeTransform.h | 1500 RebuildReturnStmt(SourceLocation ReturnLoc,Expr * Result) RebuildReturnStmt() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2434 SourceLocation ReturnLoc = ConsumeToken(); // eat the 'return'. ParseReturnStatement() local
|