Searched refs:pointee_or_element_clang_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2955 CompilerType pointee_or_element_clang_type; local
2957 Flags type_flags(GetTypeInfo(type, &pointee_or_element_clang_type));
2959 if (!pointee_or_element_clang_type.IsValid())
2963 if (pointee_or_element_clang_type.IsCharType()) {
3781 CompilerType *pointee_or_element_clang_type) {
3785 if (pointee_or_element_clang_type)
3786 pointee_or_element_clang_type->Clear();
3797 pointee_or_element_clang_type);
3806 if (pointee_or_element_clang_type)
3807 pointee_or_element_clang_type
3780 GetTypeInfo(lldb::opaque_compiler_type_t type, CompilerType *pointee_or_element_clang_type) argument
[all...]

Completed in 206 milliseconds