Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAttr.cpp155 const LoopHintAttr *NumericAttr; in CheckForIncompatibleAttributes() member
199 PrevAttr = CategoryState.NumericAttr; in CheckForIncompatibleAttributes()
200 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
211 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()
221 << CategoryState.NumericAttr->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()