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

References

tools/clang/lib/Sema/SemaChecking.cpp
 9074   if (S.getLangOpts().CPlusPlus && !ArgType->isAnyComplexType()) {
 9076     if (ArgType->isIntegralOrEnumerationType()) {
 9078     } else if (ArgType->isRealFloatingType()) {
 9106         if (getAbsoluteValueKind(ArgType) == getAbsoluteValueKind(ParamType) &&
 9107             S.Context.getTypeSize(ArgType) <=