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

References

tools/clang/lib/Sema/SemaOverload.cpp
 6090   assert(Proto && "Functions without a prototype cannot be overloaded");
 6205   unsigned NumParams = Proto->getNumParams();
 6211       !Proto->isVariadic()) {
 6256       QualType ParamType = Proto->getParamType(ArgIdx);