Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp135 bool IsReturnSlotFound = S->ReturnSlots.contains(VD); in updateNRVOCandidate()
140 S->ReturnSlots.clear(); in updateNRVOCandidate()
143 S->ReturnSlots.insert(VD); in updateNRVOCandidate()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h235 llvm::SmallPtrSet<VarDecl *, 8> ReturnSlots; variable
329 ReturnSlots.insert(VD); in AddDecl()