Searched defs:RetValExp (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3413 ActOnCapScopeReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,NamedReturnInfo & NRInfo,bool SupressSimplerImplicitMoves) ActOnCapScopeReturnStmt() 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 | 9132 CheckReturnValExpr(Expr * RetValExp,QualType lhsType,SourceLocation ReturnLoc,bool isObjCMethod,const AttrVec * Attrs,const FunctionDecl * FD) CheckReturnValExpr() argument
|