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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp216 Dir->setPreInits(Exprs.PreInits);
267 Dir->setPreInits(Exprs.PreInits);
320 Dir->setPreInits(Exprs.PreInits);
486 Dir->setPreInits(Exprs.PreInits);
538 Dir->setPreInits(Exprs.PreInits);
905 Dir->setPreInits(Exprs.PreInits);
1050 Dir->setPreInits(Exprs.PreInits);
1102 Dir->setPreInits(Exprs.PreInits);
1153 Dir->setPreInits(Exprs.PreInits);
1206 Dir->setPreInits(Exprs.PreInits);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h605 void setPreInits(Stmt *PreInits) { argument
606 *std::next(child_begin(), PreInitsOffset) = PreInits;
843 Stmt *PreInits; member in struct:clang::OMPLoopDirective::HelperExprs
898 PreInits = nullptr;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7225 MutableArrayRef<Decl *> PreInits) {
7226 if (!PreInits.empty()) {
7228 DeclGroupRef::Create(Context, PreInits.begin(), PreInits.size()),
7239 SmallVector<Decl *, 16> PreInits;
7241 PreInits.push_back(Pair.second->getDecl());
7242 return buildPreInits(Context, PreInits);
7932 Built.PreInits = buildPreInits(C, Captures);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp169 if (const auto *PreInits = cast_or_null<DeclStmt>(S.getPreInits())) {
170 for (const auto *I : PreInits->decls())

Completed in 126 milliseconds