reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 virtual SymIndexId getLexicalParentId() const = 0;
44 SymIndexId NativeCompilandSymbol::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; }
83 SymIndexId getLexicalParentId() const override;