Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp392 const auto *LastFoundItr = FirstItr; in CheckForDuplicateLoopAttrs() local
402 while (Attrs.end() != (LastFoundItr = std::find_if(LastFoundItr + 1, in CheckForDuplicateLoopAttrs()
405 dyn_cast<ConstantExpr>(cast<LoopAttrT>(*LastFoundItr)->getAlignment()); in CheckForDuplicateLoopAttrs()
415 S.Diag((*LastFoundItr)->getLocation(), diag::err_loop_attr_conflict) in CheckForDuplicateLoopAttrs()