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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 8677   if (Proto->getReturnType() == Context.VoidTy && !D.isInvalidType())
 8680   FunctionProtoType::ExtProtoInfo EPI = Proto->getExtProtoInfo();
 8684   return Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(), EPI);