Home
last modified time | relevance | path

Searched refs:CanBePutInReturnSlot (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DScope.cpp146 bool CanBePutInReturnSlot = false; in updateNRVOCandidate() local
149 CanBePutInReturnSlot |= UpdateReturnSlotsInScopeForVD(S); in updateNRVOCandidate()
157 NRVO = CanBePutInReturnSlot ? VD : nullptr; in updateNRVOCandidate()