Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp107 Dir->setPreInits(Exprs.PreInits); in Create()
155 Dir->setPreInits(Exprs.PreInits); in Create()
205 Dir->setPreInits(Exprs.PreInits); in Create()
368 Dir->setPreInits(Exprs.PreInits); in Create()
417 Dir->setPreInits(Exprs.PreInits); in Create()
757 Dir->setPreInits(Exprs.PreInits); in Create()
899 Dir->setPreInits(Exprs.PreInits); in Create()
948 Dir->setPreInits(Exprs.PreInits); in Create()
996 Dir->setPreInits(Exprs.PreInits); in Create()
1074 Dir->setPreInits(Exprs.PreInits); in Create()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h496 void setPreInits(Stmt *PreInits) { in setPreInits() argument
497 *std::next(child_begin(), PreInitsOffset) = PreInits; in setPreInits()
722 Stmt *PreInits; member
769 PreInits = nullptr; in clear()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5064 MutableArrayRef<Decl *> PreInits) { in buildPreInits() argument
5065 if (!PreInits.empty()) { in buildPreInits()
5067 DeclGroupRef::Create(Context, PreInits.begin(), PreInits.size()), in buildPreInits()
5078 SmallVector<Decl *, 16> PreInits; in buildPreInits() local
5080 PreInits.push_back(Pair.second->getDecl()); in buildPreInits()
5081 return buildPreInits(Context, PreInits); in buildPreInits()
5677 Built.PreInits = buildPreInits(C, Captures); in checkOpenMPLoop()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp131 if (const auto *PreInits = cast_or_null<DeclStmt>(S.getPreInits())) { in emitPreInitStmt() local
132 for (const auto *I : PreInits->decls()) in emitPreInitStmt()