reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
27 virtual ChildTypePtr getChildAtIndex(uint32_t Index) const = 0;
43 auto FunctionArgSymbol = Enumerator->getChildAtIndex(Index);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp213 auto last_compiland_up = compilands->getChildAtIndex(compile_unit_count - 1); 228 auto compiland_up = results_up->getChildAtIndex(cu_idx); 255 auto compiland_up = results->getChildAtIndex(index);unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp
118 auto Compiland = Compilands->getChildAtIndex(I);