Searched refs:step_begin (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1183 step_iterator step_begin() const { return Steps.begin(); } function in class:clang::InitializationSequence
1188 step_range steps() const { return {step_begin(), step_end()}; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4239 if (Sequence.step_begin() != Sequence.step_end())
7937 for (step_iterator Step = step_begin(), StepEnd = step_end();
9330 for (step_iterator S = step_begin(), SEnd = step_end(); S != SEnd; ++S) {
9331 if (S != step_begin()) {

Completed in 70 milliseconds