Home
last modified time | relevance | path

Searched refs:getCopyElisionCandidate (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3456 const VarDecl *Sema::getCopyElisionCandidate(NamedReturnInfo &Info, in getCopyElisionCandidate() function in Sema
3643 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in ActOnCapScopeReturnStmt()
4027 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in BuildReturnStmt()
H A DSemaTemplateInstantiateDecl.cpp1166 bool NRVO = SemaRef.getCopyElisionCandidate(Info, RT) != nullptr; in VisitVarDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5054 const VarDecl *getCopyElisionCandidate(NamedReturnInfo &Info,