Searched defs:StmtListResult (Results 1 – 1 of 1) sorted by relevance
8147 struct StmtListResult { struct8148 bool IsInvalid = false;8149 llvm::SmallVector<Stmt*, 16> Stmts;8151 bool add(const StmtResult &S) { in add()