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

Declarations

tools/clang/include/clang/AST/FormatString.h
  316   MatchKind matchesType(ASTContext &C, QualType argTy) const;

References

tools/clang/lib/AST/PrintfFormatString.cpp
  863     if (ATR.isValid() && ATR.matchesType(Ctx, QT))
tools/clang/lib/AST/ScanfFormatString.cpp
  509     if (AT.isValid() && AT.matchesType(Ctx, QT))
tools/clang/lib/Sema/SemaChecking.cpp
 7793       if (!AT.matchesType(S.Context, T)) {
 7955         AT.matchesType(S.Context, Method->getReturnType())) {
 8031     if (AT.isValid() && !AT.matchesType(S.Context, Ex->getType()))
 8042     if (AT2.isValid() && !AT2.matchesType(S.Context, Ex->getType()))
 8325   analyze_printf::ArgType::MatchKind Match = AT.matchesType(S.Context, ExprTy);
 8346             AT.matchesType(S.Context, ExprTy);
 8412           AT.matchesType(S.Context, CastTy))
 8470       if (!AT.matchesType(S.Context, IntendedTy) || ShouldNotPrintDirectly)
 8722       AT.matchesType(S.Context, Ex->getType());