Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp50 std::unique_ptr<NativeEnumTypes> TypeEnumerator) in NativeEnumFunctionArgs() argument
51 : Session(Session), TypeEnumerator(std::move(TypeEnumerator)) {} in NativeEnumFunctionArgs()
54 return TypeEnumerator->getChildCount(); in getChildCount()
57 return wrap(TypeEnumerator->getChildAtIndex(Index)); in getChildAtIndex()
60 return wrap(TypeEnumerator->getNext()); in getNext()
63 void reset() override { TypeEnumerator->reset(); } in reset()
73 std::unique_ptr<NativeEnumTypes> TypeEnumerator; member in __anon715eb5b60111::NativeEnumFunctionArgs