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

References

tools/clang/lib/Sema/SemaOverload.cpp
 6677   assert(Proto && "Methods without a prototype cannot be overloaded");
 6706   unsigned NumParams = Proto->getNumParams();
 6712       !Proto->isVariadic()) {
 6772       QualType ParamType = Proto->getParamType(ArgIdx);