Home | History | Annotate | Download | only in Sema

Lines Matching refs:typesAreCompatible

1219               Context.typesAreCompatible(Types[i]->getType(),
1252 else if (Context.typesAreCompatible(ControllingExpr->getType(),
5546 if (!S.Context.typesAreCompatible(ltrans, rtrans)) {
5654 if (S.Context.typesAreCompatible(LHSType, RHSType))
5730 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) {
5946 if (Context.typesAreCompatible(LHSType, RHSType)) {
6618 if (!Context.typesAreCompatible(
7203 if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(),
7283 !Context.typesAreCompatible(lpointee, rpointee)) {
7325 !Context.typesAreCompatible(LHSType, RHSType)) {
9818 if (Context.typesAreCompatible(PromoteType, TInfo->getType()))