Searched refs:type_def (Results 1 – 4 of 4) sorted by relevance
73 #define type_def 36 macro
311 return (type_def); in lexi()
953 case type_def: in main()976 ps.in_decl = ps.decl_on_line = ps.last_token != type_def; in main()
542 auto type_def = llvm::dyn_cast<PDBSymbolTypeTypedef>(&type); in CreateLLDBTypeFromPDBType() local543 assert(type_def); in CreateLLDBTypeFromPDBType()550 symbol_file->ResolveTypeUID(type_def->getTypeId()); in CreateLLDBTypeFromPDBType()555 std::string(MSVCUndecoratedNameParser::DropScope(type_def->getName())); in CreateLLDBTypeFromPDBType()574 if (type_def->isConstType()) in CreateLLDBTypeFromPDBType()577 if (type_def->isVolatileType()) in CreateLLDBTypeFromPDBType()582 if (type_def->getLength()) in CreateLLDBTypeFromPDBType()583 size = type_def->getLength(); in CreateLLDBTypeFromPDBType()585 type_def->getSymIndexId(), ConstString(name), size, nullptr, in CreateLLDBTypeFromPDBType()