Home | History | Annotate | Download | only in Sema

Lines Matching refs:srcKind

2797   unsigned srcKind = 0;
2802 srcKind = (castExprType->isPointerType() ? 1 : 0);
2805 srcKind = (castExprType->isBlockPointerType() ? 2 : 3);
2808 srcKind = 4;
2874 << srcKind << castExprType << castType