Home
last modified time | relevance | path

Searched refs:IsClassCode (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp58 bool SBTypeSynthetic::IsClassCode() { in IsClassCode() function in SBTypeSynthetic
72 return !IsClassCode(); in IsClassName()
80 if (IsClassCode()) in GetData()
154 if (IsClassCode() != rhs.IsClassCode()) in IsEqualTo()
H A DSBTypeCategory.cpp442 if (synth.IsClassCode()) { in AddTypeSynthetic()
/llvm-project/lldb/bindings/interface/
H A DSBTypeSyntheticExtensions.i11 contains_code = property(IsClassCode, None)
/llvm-project/lldb/include/lldb/API/
H A DSBTypeSynthetic.h37 bool IsClassCode();