Home | History | Annotate | Download | only in Sema

Lines Matching refs:srcKind

3182   unsigned srcKind = 0;
3187 srcKind = (castExprType->isPointerType() ? 1 : 0);
3190 srcKind = (castExprType->isBlockPointerType() ? 2 : 3);
3193 srcKind = 4;
3285 << srcKind << castExprType << castType