Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2130 Type::ScalarTypeKind leftSK = left->getScalarTypeKind(); in matchTypes() local
2132 if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral; in matchTypes()
2134 if (leftSK == Type::STK_CPointer || leftSK == Type::STK_BlockPointer) in matchTypes()
2135 leftSK = Type::STK_ObjCObjectPointer; in matchTypes()
2142 return (leftSK == rightSK); in matchTypes()