Lines Matching refs:CT_Cannot
534 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()
619 if (MissingEmptyExceptionSpecification && OldCanThrow == CT_Cannot) { in CheckEquivalentExceptionSpecImpl()
779 SubCanThrow == CT_Cannot) in CheckExceptionSpecSubset()
786 SuperCanThrow == CT_Cannot) { in CheckExceptionSpecSubset()
953 CanThrowResult R = CT_Cannot; in canSubExprsThrow()
966 return CT_Cannot; in canCalleeThrow()
1020 return CT_Cannot; in canDynamicCastThrow()
1025 return DC->getCastKind() == clang::CK_Dynamic? CT_Can : CT_Cannot; in canDynamicCastThrow()
1030 return CT_Cannot; in canTypeidThrow()
1038 return CT_Cannot; in canTypeidThrow()
1041 return CT_Cannot; in canTypeidThrow()
1044 return CT_Cannot; in canTypeidThrow()
1087 CT = CT_Cannot; in canThrow()
1110 CanThrowResult CT = CT_Cannot; in canThrow()
1211 CanThrowResult CT = E->isTypeDependent() ? CT_Dependent : CT_Cannot; in canThrow()
1263 return CT_Cannot; in canThrow()
1294 return CT_Cannot; in canThrow()