Home
last modified time | relevance | path

Searched refs:CategoryState (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaStmtAttr.cpp171 auto &CategoryState = HintAttrs[Category]; in CheckForIncompatibleAttributes() local
176 PrevAttr = CategoryState.StateAttr; in CheckForIncompatibleAttributes()
177 CategoryState.StateAttr = LH; in CheckForIncompatibleAttributes()
180 PrevAttr = CategoryState.NumericAttr; in CheckForIncompatibleAttributes()
181 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
192 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()
194 CategoryState.StateAttr->getState() == LoopHintAttr::Disable)) { in CheckForIncompatibleAttributes()
201 << CategoryState.StateAttr->getDiagnosticName(Policy) in CheckForIncompatibleAttributes()
202 << CategoryState.NumericAttr->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()