Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp151 bool CanBePutInReturnSlot = false; in updateNRVOCandidate() local
154 CanBePutInReturnSlot |= UpdateReturnSlotsInScopeForVD(S); in updateNRVOCandidate()
162 NRVO = CanBePutInReturnSlot ? VD : nullptr; in updateNRVOCandidate()