Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp221 const Expr *E = RawExpression.IgnoreImplicitAsWritten(); in buildAccess()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h896 Expr *IgnoreImplicitAsWritten() LLVM_READONLY;
897 const Expr *IgnoreImplicitAsWritten() const { in IgnoreImplicitAsWritten() function
898 return const_cast<Expr *>(this)->IgnoreImplicitAsWritten(); in IgnoreImplicitAsWritten()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp649 auto IgnoreImplicitAsWritten = [](Expr *E) -> Expr * { in checkAndRewriteMustTailAttr() local
656 R->setRetValue(IgnoreImplicitAsWritten(E)); in checkAndRewriteMustTailAttr()
H A DSemaChecking.cpp9049 UnaryExpr->getSubExpr()->IgnoreImplicitAsWritten()->IgnoreParens()); in CheckFreeArgumentsPlus()
H A DSemaDecl.cpp1982 Init = MTE->getSubExpr()->IgnoreImplicitAsWritten(); in ShouldDiagnoseUnusedDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3062 Expr *Expr::IgnoreImplicitAsWritten() { in IgnoreImplicitAsWritten() function in Expr
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6492 const Expr *NewE = E->IgnoreImplicitAsWritten(); in emitOMPAtomicCompareExpr()