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

Overridden By

include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
   39   std::unique_ptr<ChildType> getNext() override {
include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
   39   virtual std::unique_ptr<ChildType> getNext() override {
lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp
   50 std::unique_ptr<PDBSymbol> NativeEnumGlobals::getNext() {
lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp
  112 std::unique_ptr<IPDBInjectedSource> NativeEnumInjectedSources::getNext() {
lib/DebugInfo/PDB/Native/NativeEnumModules.cpp
   34 std::unique_ptr<PDBSymbol> NativeEnumModules::getNext() {
lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp
   66 std::unique_ptr<PDBSymbol> NativeEnumTypes::getNext() {
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  106 std::unique_ptr<PDBSymbol> NativeEnumEnumEnumerators::getNext() {
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   58   std::unique_ptr<PDBSymbol> getNext() override {
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
   61   std::unique_ptr<PDBSymbolData> getNext() override {
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
   49   std::unique_ptr<PDBSymbol> getNext() override {

References

include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
   40     return unique_dyn_cast_or_null<ChildType>(Enumerator->getNext());
lib/DebugInfo/PDB/PDBContext.cpp
   53   auto LineInfo = LineNumbers->getNext();
   77   while (auto LineInfo = LineNumbers->getNext()) {
lib/DebugInfo/PDB/PDBSymbol.cpp
  174   while (auto Child = Result->getNext()) {
lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
   93     while (auto File = SrcFiles->getNext()) {
lib/DebugInfo/PDB/PDBSymbolData.cpp
   36     if (auto FirstLine = Lines->getNext())
   49       while (auto Section = SecContribs->getNext()) {
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
  106     if (auto FirstLine = Lines->getNext()) {
lib/DebugInfo/PDB/UDTLayout.cpp
  176   while (auto Child = Children->getNext()) {
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  202     first_line_up = lines_up->getNext();
 1041                  children_enum->getNext()) {
 1097     while (auto child = children->getNext())
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
   38   while (auto fd = enumFrameData->getNext()) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  164   while (auto table_up = enum_tables_up->getNext()) {
  367   while (auto file = files->getNext()) {
  425     while (auto symbol_up = results_up->getNext()) {
  465       while (auto symbol = results->getNext()) {
  806     while (auto compiland = compilands->getNext()) {
  905       while (auto symbol_up = result_up->getNext())
  973       if (auto first_line = lines->getNext()) {
 1093     while (auto result = results->getNext())
 1481     while (auto result = results->getNext()) {
 1529   while (auto result = results->getNext()) {
 1615   while (auto symbol_up = results_up->getNext())
 1787   while (auto file = files->getNext()) {
 1885   while (auto file = source_files->getNext()) {
 1900     if (auto first_line = lines->getNext())
 1906     while (auto section = sec_contribs->getNext()) {
 1930       while (auto symbol_up = result_up->getNext()) {
 2011       while (auto SectionContrib = SecContribs->getNext()) {
 2031     if (auto FirstLine = Lines->getNext())
tools/llvm-pdbutil/PrettyCompilandDumper.cpp
   60       while (auto File = Files->getNext()) {
   75         while (auto Line = Lines->getNext()) {
  121       while (auto Child = ChildrenEnum->getNext())
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
  102     while (auto Arg = ChildEnum->getNext()) {
  187     while (auto Arg = Arguments->getNext()) {
tools/llvm-pdbutil/PrettyVariableDumper.cpp
  159     while (auto Arg = Arguments->getNext()) {
tools/llvm-pdbutil/llvm-pdbutil.cpp
  942   while (auto IS = Sources->getNext()) {
 1044     while (auto Child = Children->getNext()) {
 1123       while (auto Symbol = Symbols->getNext()) {