Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAttr.cpp143 const LoopHintAttr *NumericAttr; in CheckForIncompatibleAttributes() member
180 PrevAttr = CategoryState.NumericAttr; in CheckForIncompatibleAttributes()
181 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
192 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()
202 << CategoryState.NumericAttr->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()