Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3315 const VarDecl *Sema::getCopyElisionCandidate(NamedReturnInfo &Info, in getCopyElisionCandidate() function in Sema
3495 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in ActOnCapScopeReturnStmt()
3889 const VarDecl *NRVOCandidate = getCopyElisionCandidate(NRInfo, FnRetType); in BuildReturnStmt()
H A DSemaTemplateInstantiateDecl.cpp1255 bool NRVO = SemaRef.getCopyElisionCandidate(Info, RT) != nullptr; in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10859 const VarDecl *getCopyElisionCandidate(NamedReturnInfo &Info,