Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h35 Expr *LastE = nullptr; in IgnoreExprNodes() local
36 while (E != LastE) { in IgnoreExprNodes()
37 LastE = E; in IgnoreExprNodes()