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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp50 bool ConversionFixItGenerator::tryToFixConversion(const Expr *FullExpr, argument
H A DSemaStmt.cpp1820 ExprResult FullExpr = ActOnFinishFullExpr(E, /*DiscardedValue*/ false); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp891 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) { argument
913 static bool castOperatorNeedsParens(const Expr *FullExpr) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp227 bool subscriptOperatorNeedsParens(const Expr *FullExpr) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h950 class FullExpr : public Expr { class in namespace:clang
954 FullExpr(StmtClass SC, Expr *subexpr) function in class:clang::FullExpr
960 FullExpr(StmtClass SC, EmptyShell Empty) function in class:clang::FullExpr

Completed in 191 milliseconds