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

References

tools/clang/lib/AST/FormatString.cpp
  469         return NoMatchPedantic;
tools/clang/lib/Sema/SemaChecking.cpp
 8349         if (ImplicitMatch == ArgType::NoMatchPedantic ||
 8413         Match = ArgType::NoMatchPedantic;
 8436       case ArgType::NoMatchPedantic:
 8502         unsigned Diag = Match == ArgType::NoMatchPedantic
 8532       case ArgType::NoMatchPedantic:
 8723   bool Pedantic = Match == analyze_format_string::ArgType::NoMatchPedantic;