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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5349 CompilerType pointee_clang_type(GetPointeeType(type));
5352 if (pointee_clang_type.IsAggregateType())
5354 pointee_clang_type.GetNumChildren(omit_empty_base_classes, exe_ctx);
5386 CompilerType pointee_clang_type(GetType(pointee_type));
5388 if (pointee_clang_type.IsAggregateType())
5390 pointee_clang_type.GetNumChildren(omit_empty_base_classes, exe_ctx);
6359 CompilerType pointee_clang_type(GetPointeeType(type));
6361 if (transparent_pointers && pointee_clang_type.IsAggregateType()) {
6364 return pointee_clang_type.GetChildCompilerTypeAtIndex(
6380 if (idx == 0 && pointee_clang_type
6479 CompilerType pointee_clang_type = local
6804 CompilerType pointee_clang_type = GetType(pointee_type); local
6931 CompilerType pointee_clang_type = GetType( local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1409 CompilerType pointee_clang_type = pointee_type->GetForwardCompilerType();
1413 class_clang_type, pointee_clang_type);

Completed in 134 milliseconds