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

/external/clang/lib/Sema/
H A DSemaChecking.cpp5214 PrintfSpecifier fixedFS = FS; local
5215 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(),
5222 fixedFS.toString(os);
5507 ScanfSpecifier fixedFS = FS; local
5508 bool success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(),
5520 fixedFS.toString(os);

Completed in 68 milliseconds