Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp536 auto type_def = llvm::dyn_cast<PDBSymbolTypeTypedef>(&type); in CreateLLDBTypeFromPDBType() local
537 assert(type_def); in CreateLLDBTypeFromPDBType()
544 symbol_file->ResolveTypeUID(type_def->getTypeId()); in CreateLLDBTypeFromPDBType()
549 std::string(MSVCUndecoratedNameParser::DropScope(type_def->getName())); in CreateLLDBTypeFromPDBType()
569 if (type_def->isConstType()) in CreateLLDBTypeFromPDBType()
572 if (type_def->isVolatileType()) in CreateLLDBTypeFromPDBType()
577 if (type_def->getLength()) in CreateLLDBTypeFromPDBType()
578 size = type_def->getLength(); in CreateLLDBTypeFromPDBType()
580 type_def->getSymIndexId(), m_ast.GetSymbolFile(), ConstString(name), in CreateLLDBTypeFromPDBType()