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

References

tools/clang/lib/AST/FormatString.cpp
  329       return NoMatch;
  333       return NoMatch;
  350           return NoMatch;
  365       return NoMatch;
  394                                                                 : NoMatch;
  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;
  412       return NoMatch;
  418         return NoMatch;
  432       return NoMatch;
  438         return NoMatch;
  441       return pointeeTy == C.getWideCharType() ? Match : NoMatch;
  461       return WInt == PromoArg ? Match : NoMatch;
  471         return NoMatch;
  489       return NoMatch;
tools/clang/lib/Sema/SemaChecking.cpp
 8442       case ArgType::NoMatch:
 8538       case ArgType::NoMatch: