Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp263 const LoopHintAttr *NumericAttr; in CheckForIncompatibleAttributes() member
329 PrevAttr = CategoryState.NumericAttr; in CheckForIncompatibleAttributes()
330 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
341 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()
351 << CategoryState.NumericAttr->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()