Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp133 bool IsReturnSlotFound = S->ReturnSlots.contains(VD); in updateNRVOCandidate()
138 S->ReturnSlots.clear(); in updateNRVOCandidate()
141 S->ReturnSlots.insert(VD); in updateNRVOCandidate()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h230 llvm::SmallPtrSet<VarDecl *, 8> ReturnSlots; variable
324 ReturnSlots.insert(VD); in AddDecl()