Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/FixIt/
H A Dformat.m250 // 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 DFormatString.h604 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 DScanfFormatString.cpp412 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT, in fixType() function in ScanfSpecifier
H A DPrintfFormatString.cpp681 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, in fixType() function in PrintfSpecifier
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp483 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()