Searched defs:LeftExprSansParen (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp4841 Expr* LeftExprSansParen = LHS->IgnoreParenImpCasts(); local
4846 if (DeclRefExpr* DRL = dyn_cast<DeclRefExpr>(LeftExprSansParen))
4857 if (FloatingLiteral* FLL = dyn_cast<FloatingLiteral>(LeftExprSansParen)) {
4866 if (CallExpr* CL = dyn_cast<CallExpr>(LeftExprSansParen))

Completed in 152 milliseconds