HomeSort by: relevance | last modified time | path
    Searched defs:OCE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 1176 auto *OCE = dyn_cast<CXXOperatorCallExpr>(E);
1177 if ((OCE && OCE->isInfixBinaryOp()) || isa<BinaryOperator>(E) ||
SemaChecking.cpp 14702 const auto *OCE = cast<CXXOperatorCallExpr>(expr);
14703 for (const auto *Arg : OCE->arguments())
SemaExpr.cpp 14372 CXXOperatorCallExpr *OCE = dyn_cast<CXXOperatorCallExpr>(LHSExpr);
14373 if (!OCE)
14376 FunctionDecl *FD = OCE->getDirectCallee();
14387 SuggestParentheses(S, OCE->getOperatorLoc(),
14390 OCE->getSourceRange());
14393 SourceRange(OCE->getArg(1)->getBeginLoc(), RHSExpr->getEndLoc()));
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 1588 const auto *OCE = cast<CXXOperatorCallExpr>(S);
1592 const Decl *Callee = OCE->getCalleeDecl();
1598 createTemporaryRegionIfNeeded(State, LCtx, OCE->getArg(0));
1600 Pred = Bldr.generateNode(OCE, Pred, NewState, /*tag=*/nullptr,

Completed in 63 milliseconds