Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp95 if (auto ChildEnum = Symbol.getArguments()) { in start() local
97 while (auto Arg = ChildEnum->getNext()) { in start()
99 if (++Index < ChildEnum->getChildCount()) in start()