Home
last modified time | relevance | path

Searched refs:matchesType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DScanfFormatString.cpp509 if (AT.isValid() && AT.matchesType(Ctx, QT)) in fixType()
DFormatString.cpp324 ArgType::matchesType(ASTContext &C, QualType argTy) const { in matchesType() function in ArgType
DPrintfFormatString.cpp870 if (ATR.isValid() && ATR.matchesType(Ctx, QT)) in fixType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DFormatString.h316 MatchKind matchesType(ASTContext &C, QualType argTy) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8539 if (!AT.matchesType(S.Context, T)) { in HandleAmount()
8701 AT.matchesType(S.Context, Method->getReturnType())) { in checkForCStrMembers()
8777 if (AT.isValid() && !AT.matchesType(S.Context, Ex->getType())) in HandlePrintfSpecifier()
8788 if (AT2.isValid() && !AT2.matchesType(S.Context, Ex->getType())) in HandlePrintfSpecifier()
9071 analyze_printf::ArgType::MatchKind Match = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()
9092 AT.matchesType(S.Context, ExprTy); in checkFormatExpr()
9161 AT.matchesType(S.Context, CastTy)) in checkFormatExpr()
9219 if (!AT.matchesType(S.Context, IntendedTy) || ShouldNotPrintDirectly) in checkFormatExpr()
9471 AT.matchesType(S.Context, Ex->getType()); in HandleScanfSpecifier()