Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp37 TC_NotApplicable, ///< The cast method is not applicable. enumerator
1347 if (tcr != TC_NotApplicable) in TryStaticCast()
1355 if (tcr != TC_NotApplicable) in TryStaticCast()
1364 if (tcr != TC_NotApplicable) in TryStaticCast()
1430 if (tcr != TC_NotApplicable) in TryStaticCast()
1438 if (tcr != TC_NotApplicable) in TryStaticCast()
1523 return TC_NotApplicable; in TryStaticCast()
1536 return TC_NotApplicable; in TryLValueToRValueCast()
1539 return TC_NotApplicable; in TryLValueToRValueCast()
1556 return TC_NotApplicable; in TryLValueToRValueCast()
[all …]