OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSyntheticForType
(Results
1 - 12
of
12
) sorted by null
/external/lldb/include/lldb/API/
SBTypeCategory.h
84
GetSyntheticForType
(SBTypeNameSpecifier);
SBDebugger.h
305
GetSyntheticForType
(SBTypeNameSpecifier);
/external/lldb/include/lldb/DataFormatters/
DataVisualization.h
87
GetSyntheticForType
(lldb::TypeNameSpecifierImplSP type_sp);
FormatManager.h
136
GetSyntheticForType
(lldb::TypeNameSpecifierImplSP type_sp);
TypeCategory.h
97
GetSyntheticForType
(lldb::TypeNameSpecifierImplSP type_sp);
/external/lldb/scripts/Python/interface/
SBTypeCategory.i
76
GetSyntheticForType
(lldb::SBTypeNameSpecifier);
172
return self.formatters_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.
GetSyntheticForType
)
SBDebugger.i
368
GetSyntheticForType
(lldb::SBTypeNameSpecifier);
/external/lldb/source/DataFormatters/
DataVisualization.cpp
139
DataVisualization::
GetSyntheticForType
(lldb::TypeNameSpecifierImplSP type_sp)
141
return GetFormatManager().
GetSyntheticForType
(type_sp);
TypeCategory.cpp
302
TypeCategoryImpl::
GetSyntheticForType
(lldb::TypeNameSpecifierImplSP type_sp)
FormatManager.cpp
220
FormatManager::
GetSyntheticForType
(lldb::TypeNameSpecifierImplSP type_sp)
235
lldb::ScriptedSyntheticChildrenSP synth_current_sp((ScriptedSyntheticChildren*)category_sp->
GetSyntheticForType
(type_sp).get());
253
lldb::ScriptedSyntheticChildrenSP synth_sp =
GetSyntheticForType
(type_sp);
[
all
...]
/external/lldb/source/API/
SBTypeCategory.cpp
218
SBTypeCategory::
GetSyntheticForType
(SBTypeNameSpecifier spec)
SBDebugger.cpp
1233
SBDebugger::
GetSyntheticForType
(SBTypeNameSpecifier type_name)
1237
return SBTypeSynthetic(DataVisualization::
GetSyntheticForType
(type_name.GetSP()));
[
all
...]
Completed in 508 milliseconds