Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp50 bool ConversionFixItGenerator::tryToFixConversion(const Expr *FullExpr, in tryToFixConversion()
H A DSemaStmt.cpp2210 ExprResult FullExpr = ActOnFinishFullExpr(E, /*DiscardedValue*/ false); ActOnForEachLValueExpr() local
H A DSemaExprCXX.cpp8837 ExprResult FullExpr = FE; ActOnFinishFullExpr() local
[all...]
H A DSemaExpr.cpp21182 FullExprArg FullExpr = MakeFullExpr(Cond.get(), Loc); ActOnCondition() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h25 class FullExpr; variable
H A DExpr.h1031 FullExpr(StmtClass SC, Expr *subexpr) FullExpr() function
1037 FullExpr(StmtClass SC, EmptyShell Empty) FullExpr() function
/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp892 subscriptOperatorNeedsParens(const Expr * FullExpr) subscriptOperatorNeedsParens() argument
914 castOperatorNeedsParens(const Expr * FullExpr) castOperatorNeedsParens() argument
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp216 bool subscriptOperatorNeedsParens(const Expr *FullExpr) { in subscriptOperatorNeedsParens() argument