Home | History | Annotate | Download | only in TableGen

Lines Matching defs:CatName

66   std::string CatName = Group->getValueAsString("CategoryName");
67 if (!CatName.empty()) return CatName;
73 CatName = getCategoryFromDiagGroup(Parents[i], DiagGroupParents);
74 if (!CatName.empty()) return CatName;
86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(),
88 if (!CatName.empty()) return CatName;