Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp34 TC_NotApplicable, ///< The cast method is not applicable. enumerator
1308 if (tcr != TC_NotApplicable) in TryStaticCast()
1316 if (tcr != TC_NotApplicable) in TryStaticCast()
1325 if (tcr != TC_NotApplicable) in TryStaticCast()
1391 if (tcr != TC_NotApplicable) in TryStaticCast()
1399 if (tcr != TC_NotApplicable) in TryStaticCast()
1484 return TC_NotApplicable; in TryStaticCast()
1497 return TC_NotApplicable; in TryLValueToRValueCast()
1500 return TC_NotApplicable; in TryLValueToRValueCast()
1517 return TC_NotApplicable; in TryLValueToRValueCast()
[all …]