Lines Matching defs:Operation
2229 void handleUnsafeOperation(const Stmt *Operation, bool IsRelatedToDecl,
2234 if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(Operation)) {
2238 } else if (const auto *BO = dyn_cast<BinaryOperator>(Operation)) {
2251 } else if (const auto *UO = dyn_cast<UnaryOperator>(Operation)) {
2260 if (isa<CallExpr>(Operation) || isa<CXXConstructExpr>(Operation)) {
2264 } else if (const auto *ECE = dyn_cast<ExplicitCastExpr>(Operation)) {
2280 Loc = Operation->getBeginLoc();
2281 Range = Operation->getSourceRange();
2295 void handleUnsafeOperationInContainer(const Stmt *Operation,
2304 const auto *CtorExpr = cast<CXXConstructExpr>(Operation);