reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Initialization.h
 1183   step_iterator step_begin() const { return Steps.begin(); }
 1184   step_iterator step_end()   const { return Steps.end(); }
tools/clang/lib/Sema/SemaInit.cpp
 3452   for (auto I = Steps.rbegin(); I != Steps.rend(); ++I) {
 3452   for (auto I = Steps.rbegin(); I != Steps.rend(); ++I) {
 3513   return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization;
 3513   return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization;
 3527   Steps.push_back(S);
 3539   Steps.push_back(S);
 3547   Steps.push_back(S);
 3554   Steps.push_back(S);
 3561   Steps.push_back(S);
 3575   Steps.push_back(S);
 3594   Steps.push_back(S);
 3601   Steps.push_back(S);
 3612   Steps.push_back(S);
 3619   Steps.push_back(S);
 3633   Steps.push_back(S);
 3640   Steps.push_back(S);
 3647   Steps.push_back(S);
 3654   Steps.push_back(S);
 3661   Steps.push_back(S);
 3668   Steps.push_back(S);
 3675   Steps.insert(Steps.begin(), S);
 3675   Steps.insert(Steps.begin(), S);
 3679   Steps.push_back(S);
 3686   Steps.push_back(S);
 3695   Steps.push_back(s);
 3702   Steps.push_back(S);
 3709   Steps.push_back(S);
 3716   Steps.push_back(S);
 3723   Steps.push_back(S);
 3733   Steps.insert(Steps.begin(), S);
 3733   Steps.insert(Steps.begin(), S);
 3738   Steps.push_back(S);
 5926   for (auto &S : Steps)
 7822   if (Steps.empty())
 7865   switch (Steps.front().Kind) {