Home
last modified time | relevance | path

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

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