Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp50 bool ConversionFixItGenerator::tryToFixConversion(const Expr *FullExpr, in tryToFixConversion()
H A DSemaStmt.cpp2229 ExprResult FullExpr = ActOnFinishFullExpr(E, /*DiscardedValue*/ false); in ActOnForEachLValueExpr() local
H A DSemaExprCXX.cpp9059 ExprResult FullExpr = FE; in ActOnFinishFullExpr() local
H A DSemaExpr.cpp20182 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); in ActOnCondition() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h25 class FullExpr; variable
H A DExpr.h1048 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr() function
1054 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() function
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp888 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens()
910 static bool castOperatorNeedsParens(const Expr *FullExpr) { in castOperatorNeedsParens()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp216 bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens()