Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp473 const LoopHintAttr *StateAttr; in CheckForIncompatibleAttributes() member
526 PrevAttr = CategoryState.StateAttr; in CheckForIncompatibleAttributes()
527 CategoryState.StateAttr = LH; in CheckForIncompatibleAttributes()
542 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()
544 CategoryState.StateAttr->getState() == LoopHintAttr::Disable)) { in CheckForIncompatibleAttributes()
551 << CategoryState.StateAttr->getDiagnosticName(Policy) in CheckForIncompatibleAttributes()