Home | History | Annotate | Download | only in Sema

Lines Matching refs:CT

306 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
310 switch (CT) {
330 = (CT == CT_CStyle)? InitializationKind::CreateCStyleCast(range.getBegin(),
332 : (CT == CT_Functional)? InitializationKind::CreateFunctionalCast(range,
373 << CT << srcType << destType