Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp455 const LoopHintAttr *NumericAttr; in CheckForIncompatibleAttributes() member
511 PrevAttr = CategoryState.NumericAttr; in CheckForIncompatibleAttributes()
512 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
523 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()
533 << CategoryState.NumericAttr->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()