Home | History | Annotate | Download | only in Sema

Lines Matching refs:NRVO

122     /// named return value optimization (NRVO).
123 bool NRVO;
186 bool NRVO = false)
190 LocAndNRVO.NRVO = NRVO;
258 QualType Type, bool NRVO) {
259 return InitializedEntity(EK_Result, ReturnLoc, Type, NRVO);
263 QualType Type, bool NRVO) {
264 return InitializedEntity(EK_BlockElement, BlockVarLoc, Type, NRVO);
268 QualType Type, bool NRVO) {
270 BlockVarLoc, Type, NRVO);
275 QualType Type, bool NRVO) {
276 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO);