Home
last modified time | relevance | path

Searched refs:IgnoreImplicitAsWritten (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp221 const Expr *E = RawExpression.IgnoreImplicitAsWritten(); in buildAccess()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h879 Expr *IgnoreImplicitAsWritten() LLVM_READONLY;
880 const Expr *IgnoreImplicitAsWritten() const { in IgnoreImplicitAsWritten() function
881 return const_cast<Expr *>(this)->IgnoreImplicitAsWritten(); in IgnoreImplicitAsWritten()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp626 auto IgnoreImplicitAsWritten = [](Expr *E) -> Expr * { in checkAndRewriteMustTailAttr() local
633 R->setRetValue(IgnoreImplicitAsWritten(E)); in checkAndRewriteMustTailAttr()
H A DSemaDecl.cpp2074 Init = MTE->getSubExpr()->IgnoreImplicitAsWritten(); in ShouldDiagnoseUnusedDecl()
H A DSemaChecking.cpp13819 UnaryExpr->getSubExpr()->IgnoreImplicitAsWritten()->IgnoreParens()); in CheckFreeArgumentsPlus()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3026 Expr *Expr::IgnoreImplicitAsWritten() { in IgnoreImplicitAsWritten() function in Expr
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6439 const Expr *NewE = E->IgnoreImplicitAsWritten(); in emitOMPAtomicCompareExpr()