Home
last modified time | relevance | path

Searched defs:IgnoreImplicitAsWritten (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp608 auto IgnoreImplicitAsWritten = [](Expr *E) -> Expr * { in checkAndRewriteMustTailAttr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2848 Expr *Expr::IgnoreImplicitAsWritten() { in IgnoreImplicitAsWritten() function in Expr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h847 const Expr *IgnoreImplicitAsWritten() const { in IgnoreImplicitAsWritten() function