Home
last modified time | relevance | path

Searched defs:ReturnLoc (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp145 assert(ReturnLoc->isReturn() && !ReturnLoc->isCall() && in runOnMachineFunction() local
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h786 StorageLocation *ReturnLoc = nullptr; variable
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp277 const FunctionDecl &F, const TypeLoc &ReturnLoc, const ASTContext &Ctx, in findReturnTypeAndCVSourceRange()
/llvm-project/clang/include/clang/Sema/
H A DInitialization.h305 static InitializedEntity InitializeResult(SourceLocation ReturnLoc, in InitializeResult() argument
310 static InitializedEntity InitializeStmtExprResult(SourceLocation ReturnLoc, in InitializeStmtExprResult() argument
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3412 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 DSemaChecking.cpp9133 CheckReturnValExpr(Expr * RetValExp,QualType lhsType,SourceLocation ReturnLoc,bool isObjCMethod,const AttrVec * Attrs,const FunctionDecl * FD) CheckReturnValExpr() argument
H A DTreeTransform.h1500 RebuildReturnStmt(SourceLocation ReturnLoc,Expr * Result) RebuildReturnStmt() argument
/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2434 SourceLocation ReturnLoc = ConsumeToken(); // eat the 'return'. ParseReturnStatement() local