Searched refs:makeCompound (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp61 CompoundStmt *makeCompound(ArrayRef<Stmt*>);
134 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { function in class:ASTMaker
471 /* Then=*/M.makeCompound({CallbackCall, FlagAssignment}));
536 CompoundStmt *CS = M.makeCompound(Stmts);
649 CompoundStmt *Body = M.makeCompound(Stmts);

Completed in 93 milliseconds