Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp527 auto &CategoryState = HintAttrs[Category]; in CheckForIncompatibleAttributes() local
536 PrevAttr = CategoryState.StateAttr; in CheckForIncompatibleAttributes()
537 CategoryState.StateAttr = LH; in CheckForIncompatibleAttributes()
540 PrevAttr = CategoryState.NumericAttr; in CheckForIncompatibleAttributes()
541 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
552 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()
554 CategoryState.StateAttr->getState() == LoopHintAttr::Disable)) { in CheckForIncompatibleAttributes()
561 << CategoryState.StateAttr->getDiagnosticName(Policy) in CheckForIncompatibleAttributes()
562 << CategoryState.NumericAttr->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()