Searched defs:NRVOCandidate (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | Stmt.cpp | 1190 ReturnStmt(SourceLocation RL,Expr * E,const VarDecl * NRVOCandidate) ReturnStmt() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmt.cpp | 3495 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); ActOnCapScopeReturnStmt() local |
H A D | SemaDecl.cpp | 15609 if (const VarDecl *NRVOCandidate = Returns[I]->getNRVOCandidate()) { computeNRVO() local |