Searched refs:FakeNRVOCandidate (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3213 const VarDecl *FakeNRVOCandidate = local
3215 if (FakeNRVOCandidate) {
3216 QualType QT = FakeNRVOCandidate->getType();
3228 TryMoveInitialization(*this, Entity, FakeNRVOCandidate, ResultType,
3235 Str += FakeNRVOCandidate->getDeclName().getAsString();
3239 << FakeNRVOCandidate->getDeclName() << IsThrow;

Completed in 146 milliseconds