Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
527 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {
575 OMPClauseWithPreInit(this), LParenLoc(LParenLoc), Condition(Cond), in OMPIfClause()
584 OMPClauseWithPreInit(this) {} in OMPIfClause()
630 public OMPClauseWithPreInit {
[all …]
H A DRecursiveASTVisitor.h500 bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);
3184 OMPClauseWithPreInit *Node) {
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp59 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) { in get()
60 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C)); in get()
61 return Res ? const_cast<OMPClauseWithPreInit *>(Res) : nullptr; in get()
64 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) { in get()
H A DStmtProfile.cpp424 void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
429 const OMPClauseWithPreInit *C) { in VistOMPClauseWithPreInit()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6362 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
6379 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
H A DASTReader.cpp9960 void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
10294 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2297 void VisitOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
2302 const OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp50 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in emitPreInitStmt()
218 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { in OMPSimdLexicalScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4814 SmallVector<const OMPClauseWithPreInit *, 4> PICs; in ActOnOpenMPRegionEnd()
4847 if (auto *C = OMPClauseWithPreInit::get(Clause)) in ActOnOpenMPRegionEnd()
4911 for (const clang::OMPClauseWithPreInit *C : PICs) { in ActOnOpenMPRegionEnd()