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

References

tools/clang/lib/Sema/SemaInit.cpp
 3626   S.Kind = FromInitList ? AsInitList ? SK_StdInitializerListConstructorCall
 3629   S.Type = T;
 3630   S.Function.HadMultipleCandidates = HadMultipleCandidates;
 3631   S.Function.Function = Constructor;
 3632   S.Function.FoundDecl = FoundDecl;
 3633   Steps.push_back(S);