Home
last modified time | relevance | path

Searched defs:NRVOCandidate (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/AST/
H A DStmt.cpp1190 ReturnStmt(SourceLocation RL,Expr * E,const VarDecl * NRVOCandidate) ReturnStmt() argument
1205 Create(const ASTContext & Ctx,SourceLocation RL,Expr * E,const VarDecl * NRVOCandidate) Create() argument
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3495 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); ActOnCapScopeReturnStmt() local
3889 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); BuildReturnStmt() local
H A DSemaDecl.cpp15609 if (const VarDecl *NRVOCandidate = Returns[I]->getNRVOCandidate()) { computeNRVO() local