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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp719 auto class_parent_type = local
721 assert(class_parent_type);
725 class_parent_type->GetLayoutCompilerType(),
827 auto class_parent_type = symbol_file->ResolveTypeUID(class_parent_id); local
828 if (!class_parent_type)
831 CompilerType class_parent_ct = class_parent_type->GetFullCompilerType();

Completed in 130 milliseconds