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