Searched defs:RetValExp (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3582 ActOnCapScopeReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,NamedReturnInfo & NRInfo,bool SupressSimplerImplicitMoves) ActOnCapScopeReturnStmt() argument 3907 ActOnReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,Scope * CurScope) ActOnReturnStmt() argument 3944 BuildReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,bool AllowRecovery) BuildReturnStmt() argument [all...] |
H A D | SemaChecking.cpp | 13907 CheckReturnValExpr(Expr * RetValExp,QualType lhsType,SourceLocation ReturnLoc,bool isObjCMethod,const AttrVec * Attrs,const FunctionDecl * FD) CheckReturnValExpr() argument
|