Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h55 locals_reverse() const { in locals_reverse() function
H A DInterpFrame.cpp101 for (auto &Local : Func->getScope(Idx).locals_reverse()) { in destroy()
H A DInterp.h2315 for (auto &Local : S.Current->getFunction()->getScope(I).locals_reverse()) { in Destroy()