Deleted Added
full compact
SBCompileUnit.h (254729) SBCompileUnit.h (280031)
1//===-- SBCompileUnit.h -----------------------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 64 unchanged lines hidden (view full) ---

73 /// unit.
74 ///
75 /// @return
76 /// A list of types in this compile unit that match \a type_mask
77 //------------------------------------------------------------------
78 lldb::SBTypeList
79 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
80
1//===-- SBCompileUnit.h -----------------------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 64 unchanged lines hidden (view full) ---

73 /// unit.
74 ///
75 /// @return
76 /// A list of types in this compile unit that match \a type_mask
77 //------------------------------------------------------------------
78 lldb::SBTypeList
79 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
80
81 lldb::LanguageType
82 GetLanguage ();
83
81 bool
82 operator == (const lldb::SBCompileUnit &rhs) const;
83
84 bool
85 operator != (const lldb::SBCompileUnit &rhs) const;
86
87 bool
88 GetDescription (lldb::SBStream &description);

--- 28 unchanged lines hidden ---
84 bool
85 operator == (const lldb::SBCompileUnit &rhs) const;
86
87 bool
88 operator != (const lldb::SBCompileUnit &rhs) const;
89
90 bool
91 GetDescription (lldb::SBStream &description);

--- 28 unchanged lines hidden ---