Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6358 SmallVector<Stmt *, 8> ToStmts(S->size()); in VisitCompoundStmt() local
6360 if (Error Err = ImportContainerChecked(S->body(), ToStmts)) in VisitCompoundStmt()
6373 return CompoundStmt::Create(Importer.getToContext(), ToStmts, FPO, in VisitCompoundStmt()