Home | History | Annotate | Download | only in Sema

Lines Matching refs:typesAreCompatible

1417               Context.typesAreCompatible(Types[i]->getType(),
1448 else if (Context.typesAreCompatible(ControllingExpr->getType(),
6771 if (!S.Context.typesAreCompatible(ltrans, rtrans)) {
6879 if (S.Context.typesAreCompatible(LHSType, RHSType))
6955 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) {
7175 if (Context.typesAreCompatible(LHSType, RHSType)) {
8053 if (!Context.typesAreCompatible(
8778 if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(),
8872 !Context.typesAreCompatible(lpointee, rpointee)) {
8914 !Context.typesAreCompatible(LHSType, RHSType)) {
11763 if (Context.typesAreCompatible(PromoteType, TInfo->getType()))