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

References

tools/clang/include/clang/Sema/Overload.h
  870         while (STy->isPointerType() || STy->isReferenceType())
  870         while (STy->isPointerType() || STy->isReferenceType())
  871           STy = STy->getPointeeType();
  871           STy = STy->getPointeeType();
  872         return STy->castAs<FunctionProtoType>()->getNumParams();