Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp474 const LoopHintAttr *NumericAttr; in CheckForIncompatibleAttributes() member
530 PrevAttr = CategoryState.NumericAttr; in CheckForIncompatibleAttributes()
531 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
542 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()
552 << CategoryState.NumericAttr->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()