Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Category

36 // Diagnostic category computation code.
64 // If the DiagGroup has a category, return it.
69 // check these for a category as well.
78 /// getDiagnosticCategory - Return the category that the specified diagnostic
82 // If the diagnostic is in a group, and that group has a category, use it.
84 // Check the diagnostic's diag group for a category.
90 // If the diagnostic itself has a category, get it.
103 // The zero'th category is "".
110 std::string Category = getDiagnosticCategory(Diags[i], ParentInfo);
111 if (Category.empty()) continue; // Skip diags with no category.
113 unsigned &ID = CategoryIDs[Category];
117 CategoryStrings.push_back(Category);
576 // Category number.
704 // Emit the category table next.
709 OS << "CATEGORY(\"" << *I << "\", " << getDiagCategoryEnum(*I) << ")\n";