Searched refs:leftSK (Results 1 – 1 of 1) sorted by relevance
3060 Type::ScalarTypeKind leftSK = left->getScalarTypeKind(); in matchTypes() local3062 if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral; in matchTypes()3064 if (leftSK == Type::STK_CPointer || leftSK == Type::STK_BlockPointer) in matchTypes()3065 leftSK = Type::STK_ObjCObjectPointer; in matchTypes()3072 return (leftSK == rightSK); in matchTypes()