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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2849 unsigned srcKind = 0; local
2854 srcKind = (castExprType->isPointerType() ? 1 : 0);
2857 srcKind = (castExprType->isBlockPointerType() ? 2 : 3);
2860 srcKind = 4;
2937 << srcKind << castExprType << castType

Completed in 51 milliseconds