Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8674 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
8677 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
8681 if ((CastTyName == "NSInteger" || CastTyName == "NSUInteger") && in checkFormatExpr()
8772 Name = CastTyName; in checkFormatExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp5203 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
5206 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
5285 Name = CastTyName; in checkFormatExpr()