Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8388 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
8390 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
8396 fixedFS.toString(os); in checkFormatExpr()
8736 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
8737 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
8748 fixedFS.toString(os); in HandleScanfSpecifier()