Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h195 class OMPClauseWithPreInit {
205 OMPClauseWithPreInit(const OMPClause *This) { in OMPClauseWithPreInit() function
227 static OMPClauseWithPreInit *get(OMPClause *C);
228 static const OMPClauseWithPreInit *get(const OMPClause *C);
233 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {
240 OMPClauseWithPostUpdate(const OMPClause *This) : OMPClauseWithPreInit(This) { in OMPClauseWithPostUpdate()
676 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {
724 OMPClauseWithPreInit(this), LParenLoc(LParenLoc), Condition(Cond), in OMPIfClause()
733 OMPClauseWithPreInit(this) {} in OMPIfClause()
779 public OMPClauseWithPreInit {
[all …]
H A DRecursiveASTVisitor.h508 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);
3323 OMPClauseWithPreInit *Node) {
/freebsd/contrib/llvm-project/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.cpp444 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
449 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7757 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
7774 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
H A DASTReader.cpp11067 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
11452 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp58 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()
250 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4613 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()
4642 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()
4707 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()