Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp34 TC_NotApplicable, ///< The cast method is not applicable. enumerator
977 if (tcr != TC_NotApplicable) in TryStaticCast()
985 if (tcr != TC_NotApplicable) in TryStaticCast()
994 if (tcr != TC_NotApplicable) in TryStaticCast()
1047 if (tcr != TC_NotApplicable) in TryStaticCast()
1055 if (tcr != TC_NotApplicable) in TryStaticCast()
1130 return TC_NotApplicable; in TryStaticCast()
1143 return TC_NotApplicable; in TryLValueToRValueCast()
1146 return TC_NotApplicable; in TryLValueToRValueCast()
1167 return TC_NotApplicable; in TryLValueToRValueCast()
[all …]