Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2081 CompilerType pointee_compiler_type; in GetValueForExpressionPath_Impl() local
2085 root_compiler_type.GetTypeInfo(&pointee_compiler_type)); in GetValueForExpressionPath_Impl()
2086 if (pointee_compiler_type) in GetValueForExpressionPath_Impl()
2087 pointee_compiler_type_info.Reset(pointee_compiler_type.GetTypeInfo()); in GetValueForExpressionPath_Impl()