Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp34 SmallVector<Expr *, 8> ParentsToUpdate; in removeLValueToRValueCast() local
37 ParentsToUpdate.push_back(Parent); in removeLValueToRValueCast()
64 for (Expr *E : ParentsToUpdate) in removeLValueToRValueCast()