Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h112 class OMPClauseWithPreInit {
562 OMPClauseWithPreInit(this) {} in OMPIfClause()
639 OMPClauseWithPreInit(this) {} in OMPFinalClause()
711 OMPClauseWithPreInit(this) {} in OMPNumThreadsClause()
1694 OMPClauseWithPreInit(this) { in OMPScheduleClause()
2589 public OMPClauseWithPreInit,
2605 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()
2614 OMPClauseWithPreInit(this) {} in OMPFirstprivateClause()
4946 OMPClauseWithPreInit(this) {} in OMPDeviceClause()
6002 OMPClauseWithPreInit(this) {} in OMPNumTeamsClause()
[all …]
H A DRecursiveASTVisitor.h514 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);
3182 OMPClauseWithPreInit *Node) {
/llvm-project-15.0.7/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.cpp424 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
429 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6190 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
6207 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
H A DASTReader.cpp11502 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
11824 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2289 void VisitOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
2294 const OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp49 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()
217 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp4758 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()
4791 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()
4855 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()