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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2719 CompilerType pointee_or_element_clang_type; local
2721 Flags type_flags(GetTypeInfo(type, &pointee_or_element_clang_type));
2723 if (!pointee_or_element_clang_type.IsValid())
2727 if (pointee_or_element_clang_type.IsCharType()) {
3513 CompilerType *pointee_or_element_clang_type) {
3517 if (pointee_or_element_clang_type)
3518 pointee_or_element_clang_type->Clear();
3529 pointee_or_element_clang_type);
3538 if (pointee_or_element_clang_type)
3539 pointee_or_element_clang_type
3512 GetTypeInfo(lldb::opaque_compiler_type_t type, CompilerType *pointee_or_element_clang_type) argument
[all...]

Completed in 92 milliseconds