Home | History | Annotate | Download | only in Sema

Lines Matching refs:srcKind

2937   unsigned srcKind = 0;
2942 srcKind = (castExprType->isPointerType() ? 1 : 0);
2945 srcKind = (castExprType->isBlockPointerType() ? 2 : 3);
2948 srcKind = 4;
3038 << srcKind << castExprType << castType