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

References

tools/clang/lib/Sema/SemaExpr.cpp
17550   if (Proto) {
17570     ArrayRef<QualType> ParamTypes = Proto->getParamTypes();
17572     if (ParamTypes.empty() && Proto->isVariadic()) { // the special case
17587                                          Proto->getExtProtoInfo());