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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  108   virtual SymIndexId getLexicalParentId() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  173 SymIndexId NativeRawSymbol::getLexicalParentId() const { return 0; }

Declarations

include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h
   32   SymIndexId getLexicalParentId() const override;

References

lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
   34   dumpSymbolIdField(OS, "lexicalParentId", getLexicalParentId(), Indent,