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

References

tools/clang/lib/AST/FormatString.cpp
  343       return Match;
  363             return Match;
  380         return Match;
  393             return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match
  396             return T == C.UnsignedShortTy ? Match : NoMatch;
  398             return T == C.ShortTy ? Match : NoMatch;
  400             return T == C.UnsignedIntTy ? Match : NoMatch;
  402             return T == C.IntTy ? Match : NoMatch;
  404             return T == C.UnsignedLongTy ? Match : NoMatch;
  406             return T == C.LongTy ? Match : NoMatch;
  408             return T == C.UnsignedLongLongTy ? Match : NoMatch;
  410             return T == C.LongLongTy ? Match : NoMatch;
  427             return Match;
  441       return pointeeTy == C.getWideCharType() ? Match : NoMatch;
  448         return Match;
  459         return Match;
  461       return WInt == PromoArg ? Match : NoMatch;
  466         return Match;
  477         return Match;
  487           return Match;
tools/clang/lib/Sema/SemaChecking.cpp
 8326   if (Match == analyze_printf::ArgType::Match)
 8347         if (ImplicitMatch == analyze_printf::ArgType::Match)
 8435       case ArgType::Match: llvm_unreachable("expected non-matching");
 8531       case ArgType::Match: llvm_unreachable("expected non-matching");
 8724   if (Match == analyze_format_string::ArgType::Match)