Searched defs:SBFileSpec (Results 1 – 3 of 3) sorted by relevance
26 SBFileSpec::SBFileSpec() : m_opaque_ap(new lldb_private::FileSpec()) {} in SBFileSpec() function in SBFileSpec28 SBFileSpec::SBFileSpec(const SBFileSpec &rhs) in SBFileSpec() function in SBFileSpec31 SBFileSpec::SBFileSpec(const lldb_private::FileSpec &fspec) in SBFileSpec() function in SBFileSpec35 SBFileSpec::SBFileSpec(const char *path) : m_opaque_ap(new FileSpec(path)) { in SBFileSpec() function in SBFileSpec39 SBFileSpec::SBFileSpec(const char *path, bool resolve) in SBFileSpec() function in SBFileSpec
62 friend class SBFileSpec; variable
49 class LLDB_API SBFileSpec; variable