Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8880 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
8883 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
8887 if ((CastTyName == "NSInteger" || CastTyName == "NSUInteger") && in checkFormatExpr()
8978 Name = CastTyName; in checkFormatExpr()