Searched defs:CSC (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DReachableCode.cpp223 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S); local
224 R1 = CSC->getSubExpr()->getSourceRange();
225 return CSC->getLParenLoc();
236 const ObjCBridgedCastExpr *CSC = cast<ObjCBridgedCastExpr>(S); local
237 R1 = CSC->getSubExpr()->getSourceRange();
238 return CSC->getLParenLoc();

Completed in 58 milliseconds