Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCopyElisionCandidate

2673 VarDecl *Sema::getCopyElisionCandidate(QualType ReturnType,
2751 (NRVOCandidate || getCopyElisionCandidate(ResultType, Value, true))) {
2926 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);
2939 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);
3279 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);