Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp10144 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
10147 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
10151 if ((CastTyName == "NSInteger" || CastTyName == "NSUInteger") && in checkFormatExpr()
10242 Name = CastTyName; in checkFormatExpr()