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

Overridden By

tools/lldb/include/lldb/Host/File.h
  415   virtual bool isA(const void *classID) const override {
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
 1173   bool isA(const void *classID) const override {

References

tools/lldb/include/lldb/Host/File.h
  364   static bool classof(const File *file) { return file->isA(&ID); }
  416     return classID == &ID || File::isA(classID);
  418   static bool classof(const File *file) { return file->isA(&ID); }
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
 1176   static bool classof(const File *file) { return file->isA(&ID); }