Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp61 CompoundStmt *makeCompound(ArrayRef<Stmt*>);
132 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound() function in ASTMaker
471 /* Then=*/M.makeCompound({CallbackCall, FlagAssignment})); in create_call_once()
536 CompoundStmt *CS = M.makeCompound(Stmts); in create_dispatch_once()
651 CompoundStmt *Body = M.makeCompound(Stmts); in create_OSAtomicCompareAndSwap()