Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2238 CompilerType pointee_compiler_type; in GetValueForExpressionPath_Impl() local
2242 root_compiler_type.GetTypeInfo(&pointee_compiler_type)); in GetValueForExpressionPath_Impl()
2243 if (pointee_compiler_type) in GetValueForExpressionPath_Impl()
2244 pointee_compiler_type_info.Reset(pointee_compiler_type.GetTypeInfo()); in GetValueForExpressionPath_Impl()