Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp51 bool ConversionFixItGenerator::tryToFixConversion(const Expr *FullExpr, in tryToFixConversion()
DSemaStmt.cpp1665 ExprResult FullExpr = ActOnFinishFullExpr(E); in ActOnForEachLValueExpr() local
DSemaExprCXX.cpp6341 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()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp215 bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens()