Searched refs:makeCompound (Results 1 – 2 of 2) sorted by relevance
63 CompoundStmt *makeCompound(ArrayRef<Stmt*>);137 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) { in makeCompound() function in ASTMaker502 /* Then=*/M.makeCompound({CallbackCall, FlagAssignment})); in create_call_once()567 CompoundStmt *CS = M.makeCompound(Stmts); in create_dispatch_once()681 CompoundStmt *Body = M.makeCompound(Stmts); in create_OSAtomicCompareAndSwap()
62 makeCompound(llvm::ArrayRef<DirectiveWithClauses<ClauseTy>> parts);111 merged.id = makeCompound(leafs); in ConstructCompositionT()151 llvm::omp::Directive ConstructCompositionT<C>::makeCompound( in makeCompound() function