Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h281 unsigned DeprecatedStringLiteralToCharPtr : 1; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp214 DeprecatedStringLiteralToCharPtr = false; in setAsIdentityConversion()
2021 SCS.DeprecatedStringLiteralToCharPtr = true; in IsStandardConversion()
4010 return (ICS.isStandard() && ICS.Standard.DeprecatedStringLiteralToCharPtr) || in hasDeprecatedStringLiteralToCharPtrConversion()
4012 ICS.UserDefined.Before.DeprecatedStringLiteralToCharPtr); in hasDeprecatedStringLiteralToCharPtrConversion()
4535 bool CanPick1 = !SCS1.DeprecatedStringLiteralToCharPtr; in CompareQualificationConversions()
4536 bool CanPick2 = !SCS2.DeprecatedStringLiteralToCharPtr; in CompareQualificationConversions()
5063 ICS.Standard.DeprecatedStringLiteralToCharPtr = false; in TryReferenceInit()
H A DSemaExprCXX.cpp4816 if (SCS.DeprecatedStringLiteralToCharPtr && in PerformImplicitConversion()