OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:corrected_type
(Results
1 - 1
of
1
) sorted by null
/external/lldb/source/Core/
ValueObjectDynamicValue.cpp
227
ClangASTType
corrected_type
;
local
234
corrected_type
= orig_type;
236
corrected_type
= orig_type.GetPointerType ();
238
corrected_type
= orig_type.GetLValueReferenceType ();
248
corrected_type
= m_parent->GetClangType();
252
//m_value.SetContext (Value::eContextTypeClangType,
corrected_type
);
253
m_value.SetClangType (
corrected_type
);
Completed in 133 milliseconds