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

References

tools/clang/lib/Sema/SemaType.cpp
 2553     if (ParamType->isVoidType()) {
 2556     } else if (ParamType->isHalfType() && !getLangOpts().HalfArgsAndReturns) {
 2565     if (ParamType.isVolatileQualified() && getLangOpts().CPlusPlus2a)
 2566       Diag(Loc, diag::warn_deprecated_volatile_param) << ParamType;
 2568     ParamTypes[Idx] = ParamType;