Home | History | Annotate | Download | only in Sema

Lines Matching refs:NRVOVariable

612   const VarDecl *NRVOVariable = 0;
614 NRVOVariable = getCopyElisionCandidate(QualType(), E, false);
618 /*NRVO=*/NRVOVariable != 0);
619 Res = PerformMoveOrCopyInitialization(Entity, NRVOVariable,