Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp35 SmallVector<Expr *, 8> ParentsToUpdate; in removeLValueToRValueCast() local
38 ParentsToUpdate.push_back(Parent); in removeLValueToRValueCast()
65 for (Expr *E : ParentsToUpdate) in removeLValueToRValueCast()