reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-rc/ResourceScriptStmt.cpp
  230   for (int Type = FtUnknown; Type < FtNumTypes; ++Type) {
  230   for (int Type = FtUnknown; Type < FtNumTypes; ++Type) {
  231     if (!isTypeSupported((VersionInfoFixedType)Type))
  233     OS << "  Fixed: " << FixedFieldsNames[Type] << ":";
  234     for (uint32_t Val : FixedInfo[Type])