Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp10161 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
10163 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
10169 fixedFS.toString(os); in checkFormatExpr()
10488 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
10489 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
10500 fixedFS.toString(os); in HandleScanfSpecifier()