reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
193 VersionInfoFixed::FixedFieldsNames[VersionInfoFixed::FtNumTypes] = { 215 return FtUnknown < Type && Type < FtNumTypes; 230 for (int Type = FtUnknown; Type < FtNumTypes; ++Type) {tools/llvm-rc/ResourceScriptStmt.h
804 static const StringRef FixedFieldsNames[FtNumTypes]; 807 SmallVector<uint32_t, 4> FixedInfo[FtNumTypes]; 808 SmallVector<bool, FtNumTypes> IsTypePresent; 814 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {}