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.h899 Expr *IgnoreImplicitAsWritten() LLVM_READONLY;
900 const Expr *IgnoreImplicitAsWritten() const { in IgnoreImplicitAsWritten() function
901 return const_cast<Expr *>(this)->IgnoreImplicitAsWritten(); in IgnoreImplicitAsWritten()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp684 auto IgnoreImplicitAsWritten = [](Expr *E) -> Expr * { in checkAndRewriteMustTailAttr() local
691 R->setRetValue(IgnoreImplicitAsWritten(E)); in checkAndRewriteMustTailAttr()
H A DSemaChecking.cpp10219 UnaryExpr->getSubExpr()->IgnoreImplicitAsWritten()->IgnoreParens()); in CheckFreeArgumentsPlus()
H A DSemaDecl.cpp2000 Init = MTE->getSubExpr()->IgnoreImplicitAsWritten(); in ShouldDiagnoseUnusedDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3082 Expr *Expr::IgnoreImplicitAsWritten() { in IgnoreImplicitAsWritten() function in Expr
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6711 const Expr *NewE = E->IgnoreImplicitAsWritten(); in emitOMPAtomicCompareExpr()