Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp37 TC_NotApplicable, ///< The cast method is not applicable. enumerator
1422 if (tcr != TC_NotApplicable) in TryStaticCast()
1430 if (tcr != TC_NotApplicable) in TryStaticCast()
1439 if (tcr != TC_NotApplicable) in TryStaticCast()
1505 if (tcr != TC_NotApplicable) in TryStaticCast()
1513 if (tcr != TC_NotApplicable) in TryStaticCast()
1599 return TC_NotApplicable; in TryStaticCast()
1612 return TC_NotApplicable; in TryLValueToRValueCast()
1615 return TC_NotApplicable; in TryLValueToRValueCast()
1631 return TC_NotApplicable; in TryLValueToRValueCast()
[all …]