Lines Matching refs:cast
184 dyn_cast_or_null<FunctionDecl>(cast<CallExpr>(S)->getCalleeDecl());
188 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP);
194 const Expr *E = cast<Expr>(S);
203 return isConfigurationValue(cast<MemberExpr>(S)->getMemberDecl(), PP);
207 const BinaryOperator *B = cast<BinaryOperator>(S);
218 const UnaryOperator *UO = cast<UnaryOperator>(S);
514 const BinaryOperator *BO = cast<BinaryOperator>(S);
518 const UnaryOperator *UO = cast<UnaryOperator>(S);
523 const CompoundAssignOperator *CAO = cast<CompoundAssignOperator>(S);
531 cast<AbstractConditionalOperator>(S);
535 const MemberExpr *ME = cast<MemberExpr>(S);
540 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(S);
546 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S);
551 const CXXFunctionalCastExpr *CE = cast <CXXFunctionalCastExpr>(S);
556 return cast<CXXTryStmt>(S)->getHandler(0)->getCatchLoc();
559 const ObjCBridgedCastExpr *CSC = cast<ObjCBridgedCastExpr>(S);