Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAttr.cpp142 const LoopHintAttr *StateAttr; in CheckForIncompatibleAttributes() member
176 PrevAttr = CategoryState.StateAttr; in CheckForIncompatibleAttributes()
177 CategoryState.StateAttr = 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()