Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAttr.cpp320 const LoopHintAttr *NumericAttr; in CheckForIncompatibleAttributes() member
386 PrevAttr = CategoryState.NumericAttr; in CheckForIncompatibleAttributes()
387 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
398 if (CategoryState.StateAttr && CategoryState.NumericAttr && in CheckForIncompatibleAttributes()
408 << CategoryState.NumericAttr->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()