Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h846 Expr *IgnoreImplicitAsWritten() LLVM_READONLY;
847 const Expr *IgnoreImplicitAsWritten() const { in IgnoreImplicitAsWritten() function
848 return const_cast<Expr *>(this)->IgnoreImplicitAsWritten(); in IgnoreImplicitAsWritten()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp113 E = Result.LHS->IgnoreImplicitAsWritten(); in getDecomposedForm()
H A DExpr.cpp2848 Expr *Expr::IgnoreImplicitAsWritten() { in IgnoreImplicitAsWritten() function in Expr
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp608 auto IgnoreImplicitAsWritten = [](Expr *E) -> Expr * { in checkAndRewriteMustTailAttr() local
615 R->setRetValue(IgnoreImplicitAsWritten(E)); in checkAndRewriteMustTailAttr()
H A DSemaChecking.cpp10478 UnaryExpr->getSubExpr()->IgnoreImplicitAsWritten()->IgnoreParens()); in CheckFreeArgumentsPlus()