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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4842 Expr* RightExprSansParen = RHS->IgnoreParenImpCasts(); local
4847 if (DeclRefExpr* DRR = dyn_cast<DeclRefExpr>(RightExprSansParen))
4861 if (FloatingLiteral* FLR = dyn_cast<FloatingLiteral>(RightExprSansParen))
4870 if (CallExpr* CR = dyn_cast<CallExpr>(RightExprSansParen))

Completed in 205 milliseconds