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