HomeSort by relevance Sort by last modified time
    Searched defs:SBTypeCategory (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/API/
SBTypeCategory.h 1 //===-- SBTypeCategory.h --------------------------------------------*- C++ -*-===//
17 class SBTypeCategory
21 SBTypeCategory();
23 SBTypeCategory (const lldb::SBTypeCategory &rhs);
25 ~SBTypeCategory ();
137 lldb::SBTypeCategory &
138 operator = (const lldb::SBTypeCategory &rhs);
141 operator == (lldb::SBTypeCategory &rhs);
144 operator != (lldb::SBTypeCategory &rhs)
    [all...]
  /external/lldb/source/API/
SBTypeCategory.cpp 1 //===-- SBTypeCategory.cpp ----------------------------------------*- C++ -*-===//
12 #include "lldb/API/SBTypeCategory.h"
31 SBTypeCategory::SBTypeCategory() :
36 SBTypeCategory::SBTypeCategory (const char* name) :
42 SBTypeCategory::SBTypeCategory (const lldb::SBTypeCategory &rhs) :
47 SBTypeCategory::~SBTypeCategory (
    [all...]

Completed in 1478 milliseconds