Home | History | Annotate | Download | only in Sema

Lines Matching defs:OCE

11129   CXXOperatorCallExpr *OCE = dyn_cast<CXXOperatorCallExpr>(LHSExpr);
11130 if (!OCE)
11133 FunctionDecl *FD = OCE->getDirectCallee();
11144 SuggestParentheses(S, OCE->getOperatorLoc(),
11147 OCE->getSourceRange());
11150 SourceRange(OCE->getArg(1)->getLocStart(),