Searched refs:OpCE (Results 1 – 2 of 2) sorted by relevance
333 if (auto *OpCE = dyn_cast<CXXOperatorCallExpr>(Arg)) { in checkASTDecl() local334 auto OpCode = OpCE->getOperator(); in checkASTDecl()336 auto *Callee = OpCE->getDirectCallee(); in checkASTDecl()340 if (!Checker->isPtrType(clsName) || !OpCE->getNumArgs()) in checkASTDecl()342 Arg = OpCE->getArg(0)->IgnoreParenCasts(); in checkASTDecl()
1429 if (const auto *OpCE = dyn_cast<CXXOperatorCallExpr>(CE)) { in getSimpleCall() local1430 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall()1433 return create<CXXMemberOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall()1435 return create<CXXStaticOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall()