Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6248 SmallVector<Stmt *, 8> ToStmts(S->size()); in VisitCompoundStmt() local
6250 if (Error Err = ImportContainerChecked(S->body(), ToStmts)) in VisitCompoundStmt()
6262 Importer.getToContext(), ToStmts, in VisitCompoundStmt()