Searched refs:CategoryState (Results 1 – 5 of 5) sorted by relevance
189 auto &CategoryState = HintAttrs[Category]; in CheckForIncompatibleAttributes() local195 PrevAttr = CategoryState.StateAttr; in CheckForIncompatibleAttributes()196 CategoryState.StateAttr = LH; in CheckForIncompatibleAttributes()199 PrevAttr = CategoryState.NumericAttr; in CheckForIncompatibleAttributes()200 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()211 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()213 CategoryState.StateAttr->getState() == LoopHintAttr::Disable)) { in CheckForIncompatibleAttributes()220 << CategoryState.StateAttr->getDiagnosticName(Policy) in CheckForIncompatibleAttributes()221 << CategoryState.NumericAttr->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()
32 struct CategoryState { struct37 CategoryState fCategories[kMaxCategories]; argument
50 static_assert(0 == offsetof(CategoryState, fEnabled), "CategoryState"); in getCategoryGroupEnabled()81 return reinterpret_cast<const CategoryState*>(categoryEnabledFlag)->fName; in getCategoryGroupName()