Searched refs:matchesType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ScanfFormatString.cpp | 509 if (AT.isValid() && AT.matchesType(Ctx, QT)) in fixType()
|
| D | FormatString.cpp | 324 ArgType::matchesType(ASTContext &C, QualType argTy) const { in matchesType() function in ArgType
|
| D | PrintfFormatString.cpp | 870 if (ATR.isValid() && ATR.matchesType(Ctx, QT)) in fixType()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | FormatString.h | 316 MatchKind matchesType(ASTContext &C, QualType argTy) const;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaChecking.cpp | 8539 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()
|