Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp51 bool ConversionFixItGenerator::tryToFixConversion(const Expr *FullExpr, in tryToFixConversion()
DSemaStmt.cpp1689 ExprResult FullExpr = ActOnFinishFullExpr(E); in ActOnForEachLValueExpr() local
DSemaExprCXX.cpp6982 ExprResult FullExpr = FE; in ActOnFinishFullExpr() local
DSemaExpr.cpp14426 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition() local
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp889 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens()
911 static bool castOperatorNeedsParens(const Expr *FullExpr) { in castOperatorNeedsParens()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp216 bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens()