Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7193 auto WarningBegin = std::stable_partition( in diagnoseDiagnoseIfAttrsWith() local
7199 auto ErrAttr = llvm::find_if(llvm::make_range(Attrs.begin(), WarningBegin), in diagnoseDiagnoseIfAttrsWith()
7201 if (ErrAttr != WarningBegin) { in diagnoseDiagnoseIfAttrsWith()
7209 for (const auto *DIA : llvm::make_range(WarningBegin, Attrs.end())) in diagnoseDiagnoseIfAttrsWith()