reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
121 LLDB_REGISTER_METHOD(lldb::SBError, SBFile, Flush, ()); 122 LLDB_REGISTER_METHOD_CONST(bool, SBFile, IsValid, ()); 123 LLDB_REGISTER_METHOD_CONST(bool, SBFile, operator bool,()); 124 LLDB_REGISTER_METHOD_CONST(bool, SBFile, operator!,()); 125 LLDB_REGISTER_METHOD_CONST(FileSP, SBFile, GetFile, ()); 126 LLDB_REGISTER_METHOD(lldb::SBError, SBFile, Close, ());