reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
   34   std::unique_ptr<ChildType> getChildAtIndex(uint32_t Index) const override {
include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
   36   getChildAtIndex(uint32_t Index) const override {
lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
   41 NativeEnumGlobals::getChildAtIndex(uint32_t N) const {
lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp
  105 NativeEnumInjectedSources::getChildAtIndex(uint32_t N) const {
lib/DebugInfo/PDB/Native/NativeEnumModules.cpp
   30 NativeEnumModules::getChildAtIndex(uint32_t N) const {
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp
   58 std::unique_ptr<PDBSymbol> NativeEnumTypes::getChildAtIndex(uint32_t N) const {
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
   95 NativeEnumEnumEnumerators::getChildAtIndex(uint32_t Index) const {
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   55   std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override {
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
   53   getChildAtIndex(uint32_t Index) const override {
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
   42   std::unique_ptr<PDBSymbol> getChildAtIndex(uint32_t Index) const override {

References

include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
   35     std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index);
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
   84   auto Last = SigArguments->getChildAtIndex(NumArgs - 1);
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  615       auto arg = arg_enum->getChildAtIndex(arg_idx);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1801       auto line = lines->getChildAtIndex(i);