Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3418 const VarDecl *Sema::getCopyElisionCandidate(NamedReturnInfo &Info, in getCopyElisionCandidate() function in Sema
3606 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in ActOnCapScopeReturnStmt()
3971 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in BuildReturnStmt()
H A DSemaTemplateInstantiateDecl.cpp1112 bool NRVO = SemaRef.getCopyElisionCandidate(Info, RT) != nullptr; in VisitVarDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4792 const VarDecl *getCopyElisionCandidate(NamedReturnInfo &Info,