Home
last modified time | relevance | path

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

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