Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp103 if (auto ChildEnum = Symbol.getArguments()) { in start() local
105 while (auto Arg = ChildEnum->getNext()) { in start()
107 if (++Index < ChildEnum->getChildCount()) in start()