Searched refs:srcKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3182 unsigned srcKind = 0; local
3187 srcKind = (castExprType->isPointerType() ? 1 : 0);
3190 srcKind = (castExprType->isBlockPointerType() ? 2 : 3);
3193 srcKind = 4;
3285 << srcKind << castExprType << castType

Completed in 82 milliseconds