Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp903 E = E->IgnoreImplicitAsWritten(); in unwrapForward()
909 E = Const->getArg(0)->IgnoreImplicitAsWritten(); in unwrapForward()
914 Call->getArg(0)->IgnoreImplicitAsWritten()); in unwrapForward()
H A DXRefs.cpp1853 return S->IgnoreImplicitAsWritten()->getType(); in typeForNode()
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp220 const Expr *E = RawExpression.IgnoreImplicitAsWritten(); in buildAccess()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h856 Expr *IgnoreImplicitAsWritten() LLVM_READONLY;
857 const Expr *IgnoreImplicitAsWritten() const { in IgnoreImplicitAsWritten() function
858 return const_cast<Expr *>(this)->IgnoreImplicitAsWritten(); in IgnoreImplicitAsWritten()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp113 E = Result.LHS->IgnoreImplicitAsWritten(); in getDecomposedForm()
H A DExpr.cpp2945 Expr *Expr::IgnoreImplicitAsWritten() { in IgnoreImplicitAsWritten() function in Expr
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp625 auto IgnoreImplicitAsWritten = [](Expr *E) -> Expr * { in checkAndRewriteMustTailAttr() local
632 R->setRetValue(IgnoreImplicitAsWritten(E)); in checkAndRewriteMustTailAttr()
H A DSemaChecking.cpp11759 UnaryExpr->getSubExpr()->IgnoreImplicitAsWritten()->IgnoreParens()); in CheckFreeArgumentsPlus()
H A DSemaDecl.cpp1999 Init = MTE->getSubExpr()->IgnoreImplicitAsWritten(); in ShouldDiagnoseUnusedDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6327 const Expr *NewE = E->IgnoreImplicitAsWritten(); in emitOMPAtomicCompareExpr()