Searched defs:CastTyName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp4319 bool ShouldNotPrintDirectly = false; StringRef CastTyName; local
4322 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E);
4402 Name = CastTyName;

Completed in 104 milliseconds