Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp10460 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
10463 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
10467 if ((CastTyName == "NSInteger" || CastTyName == "NSUInteger") && in checkFormatExpr()
10561 Name = CastTyName; in checkFormatExpr()