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

Declarations

tools/clang/include/clang/Sema/Sema.h
 5040   bool isInitListConstructor(const FunctionDecl *Ctor);

References

tools/clang/lib/Sema/SemaInit.cpp
 3883     if (OnlyListConstructors && !S.isInitListConstructor(Info.Constructor))
 9783       if (OnlyListConstructors && !isInitListConstructor(GD))
tools/clang/lib/Sema/SemaOverload.cpp
 3268                   S.isInitListConstructor(Info.Constructor) &&