Searched refs:fixType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | format.m | 250 // PrintfSpecifier::fixType doesn't handle %n, so a fix-it is not emitted, 251 // see the comment in PrintfSpecifier::fixType in PrintfFormatString.cpp. 286 // PrintfSpecifier::fixType doesn't handle %n, so a fix-it is not emitted, 287 // see the comment in PrintfSpecifier::fixType in PrintfFormatString.cpp.
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | FormatString.h | 604 bool fixType(QualType QT, const LangOptions &LangOpt, ASTContext &Ctx, 675 bool fixType(QualType QT, QualType RawQT, const LangOptions &LangOpt,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 412 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT, in fixType() function in ScanfSpecifier
|
| H A D | PrintfFormatString.cpp | 681 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, in fixType() function in PrintfSpecifier
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 483 if (Specifier.fixType(T, S.getLangOpts(), S.Context, /*IsObjCLiteral=*/false)) { in appendFormatSpecifier() 10163 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr() 10489 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
|