Lines Matching defs:resource
86 /// This class represents a numbering entry for a dialect resource.
90 /// The key used to reference this resource.
93 /// The number assigned to this resource.
96 /// A flag indicating if this resource is only a declaration, not a full
125 /// A mapping from resource key to the corresponding resource numbering entry.
188 unsigned getNumber(const AsmDialectResourceHandle &resource) {
189 assert(dialectResources.count(resource) && "resource not numbered");
190 return dialectResources[resource]->number;
249 /// A mapping from dialect resource handle to the numbering for the referenced
250 /// resource.