Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCopyElisionCandidate

2441 VarDecl *Sema::getCopyElisionCandidate(QualType ReturnType,
2519 (NRVOCandidate || getCopyElisionCandidate(ResultType, Value, true))) {
2690 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);
2703 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);
2983 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);