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

Overridden By

lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
   44 SymIndexId NativeCompilandSymbol::getLexicalParentId() const { return 0; }
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  173 SymIndexId NativeRawSymbol::getLexicalParentId() const { return 0; }
lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
   52 SymIndexId NativeSymbolEnumerator::getLexicalParentId() const { return 0; }
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   80 SymIndexId NativeTypeUDT::getLexicalParentId() const { return 0; }
unittests/DebugInfo/PDB/PDBApiTest.cpp
  258   MOCK_SYMBOL_ACCESSOR(getLexicalParentId)

References

lib/DebugInfo/PDB/PDBSymbolData.cpp
   57     auto LexParentId = RawSymbol->getLexicalParentId();
   63       LexParentId = LexParent->getRawSymbol().getLexicalParentId();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  310     auto lexical_parent_id = raw.getLexicalParentId();
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 2061       LexParentId = LexParent->getRawSymbol().getLexicalParentId();