Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dindent_codes.h73 #define type_def 36 macro
H A Dlexi.c311 return (type_def); in lexi()
H A Dindent.c953 case type_def: in main()
976 ps.in_decl = ps.decl_on_line = ps.last_token != type_def; in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp542 auto type_def = llvm::dyn_cast<PDBSymbolTypeTypedef>(&type); in CreateLLDBTypeFromPDBType() local
543 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()