Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8897 PrintfSpecifier fixedFS = FS; in checkFormatExpr() local
8899 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
8905 fixedFS.toString(os); in checkFormatExpr()
9204 ScanfSpecifier fixedFS = FS; in HandleScanfSpecifier() local
9205 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()
9216 fixedFS.toString(os); in HandleScanfSpecifier()