Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h1212 step_iterator step_end() const { return Steps.end(); } in step_end() function
1216 step_range steps() const { return {step_begin(), step_end()}; } in steps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp4315 if (Sequence.step_begin() != Sequence.step_end()) in TryReferenceListInitialization()
8173 for (step_iterator Step = step_begin(), StepEnd = step_end(); in Perform()
9609 for (step_iterator S = step_begin(), SEnd = step_end(); S != SEnd; ++S) { in dump()
9921 const auto LastStep = Seq.step_end() - 1; in PerformCopyInitialization()