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