Home | History | Annotate | Download | only in Sema

Lines Matching refs:NRVO

95   NRVO.setPointerAndInt(nullptr, 0);
123 if (VarDecl *Candidate = NRVO.getPointer()) {
131 if (NRVO.getInt())
133 else if (NRVO.getPointer())
134 getParent()->addNRVOCandidate(NRVO.getPointer());
224 if (NRVO.getInt())
225 OS << "NRVO not allowed\n";
226 else if (NRVO.getPointer())
227 OS << "NRVO candidate : (clang::VarDecl*)" << NRVO.getPointer() << '\n';