Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DIgnoreExpr.h34 Expr *LastE = nullptr; in IgnoreExprNodes() local
35 while (E != LastE) { in IgnoreExprNodes()
36 LastE = E; in IgnoreExprNodes()