Home
last modified time | relevance | path

Searched defs:FullExpr (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaFixItUtils.cpp51 bool ConversionFixItGenerator::tryToFixConversion(const Expr *FullExpr, in tryToFixConversion()
DSemaStmt.cpp1646 ExprResult FullExpr = ActOnFinishFullExpr(E); in ActOnForEachLValueExpr() local
DSemaExprCXX.cpp5925 ExprResult FullExpr = FE; in ActOnFinishFullExpr() local
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp889 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens()
911 static bool castOperatorNeedsParens(const Expr *FullExpr) { in castOperatorNeedsParens()