Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h111 class OMPClauseWithPreInit {
121 OMPClauseWithPreInit(const OMPClause *This) { in OMPClauseWithPreInit() function
143 static OMPClauseWithPreInit *get(OMPClause *C);
144 static const OMPClauseWithPreInit *get(const OMPClause *C);
149 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {
156 OMPClauseWithPostUpdate(const OMPClause *This) : OMPClauseWithPreInit(This) { in OMPClauseWithPostUpdate()
429 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {
477 OMPClauseWithPreInit(this), LParenLoc(LParenLoc), Condition(Cond), in OMPIfClause()
486 OMPClauseWithPreInit(this) {} in OMPIfClause()
530 class OMPFinalClause : public OMPClause, public OMPClauseWithPreInit {
[all …]
H A DRecursiveASTVisitor.h504 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);
3016 OMPClauseWithPreInit *Node) {
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp58 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()
59 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C)); in get()
60 return Res ? const_cast<OMPClauseWithPreInit *>(Res) : nullptr; in get()
63 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
H A DStmtProfile.cpp420 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
425 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5995 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
6012 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
H A DASTReader.cpp11690 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
11988 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp44 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()
211 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2184 void VisitOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
2189 const OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4477 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()
4509 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()
4573 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()