Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDScanfFormatString.cpp509 if (AT.isValid() && AT.matchesType(Ctx, QT)) in fixType()
HDFormatString.cpp324 ArgType::matchesType(ASTContext &C, QualType argTy) const { in matchesType() function in ArgType
HDPrintfFormatString.cpp863 if (ATR.isValid() && ATR.matchesType(Ctx, QT)) in fixType()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDFormatString.h316 MatchKind matchesType(ASTContext &C, QualType argTy) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp7912 if (!AT.matchesType(S.Context, T)) { in HandleAmount()
8074 AT.matchesType(S.Context, Method->getReturnType())) { in checkForCStrMembers()
8150 if (AT.isValid() && !AT.matchesType(S.Context, Ex->getType())) in HandlePrintfSpecifier()
8161 if (AT2.isValid() && !AT2.matchesType(S.Context, Ex->getType())) in HandlePrintfSpecifier()
8444 analyze_printf::ArgType::MatchKind Match = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()
8465 AT.matchesType(S.Context, ExprTy); in checkFormatExpr()
8531 AT.matchesType(S.Context, CastTy)) in checkFormatExpr()
8589 if (!AT.matchesType(S.Context, IntendedTy) || ShouldNotPrintDirectly) in checkFormatExpr()
8841 AT.matchesType(S.Context, Ex->getType()); in HandleScanfSpecifier()