Home
last modified time | relevance | path

Searched refs:leftSK (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3088 Type::ScalarTypeKind leftSK = left->getScalarTypeKind(); in matchTypes() local
3090 if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral; in matchTypes()
3092 if (leftSK == Type::STK_CPointer || leftSK == Type::STK_BlockPointer) in matchTypes()
3093 leftSK = Type::STK_ObjCObjectPointer; in matchTypes()
3100 return (leftSK == rightSK); in matchTypes()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3190 Type::ScalarTypeKind leftSK = left->getScalarTypeKind(); in matchTypes() local
3192 if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral; in matchTypes()
3194 if (leftSK == Type::STK_CPointer || leftSK == Type::STK_BlockPointer) in matchTypes()
3195 leftSK = Type::STK_ObjCObjectPointer; in matchTypes()
3202 return (leftSK == rightSK); in matchTypes()