Searched refs:OMPClauseWithPostUpdate (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h146 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit { class in namespace:clang
153 OMPClauseWithPostUpdate(const OMPClause *This) : OMPClauseWithPreInit(This) { function in class:clang::OMPClauseWithPostUpdate
167 static OMPClauseWithPostUpdate *get(OMPClause *C);
168 static const OMPClauseWithPostUpdate *get(const OMPClause *C);
2134 public OMPClauseWithPostUpdate,
2175 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc),
2185 OMPClauseWithPostUpdate(this) {}
2445 public OMPClauseWithPostUpdate,
2475 OMPClauseWithPostUpdate(this), ColonLoc(ColonLoc),
2485 OMPClauseWithPostUpdate(thi
[all...]
H A DRecursiveASTVisitor.h543 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);
2968 OMPClauseWithPostUpdate *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp146 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) {
147 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C));
148 return Res ? const_cast<OMPClauseWithPostUpdate *>(Res) : nullptr;
151 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) {
H A DStmtProfile.cpp420 void VistOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);
430 const OMPClauseWithPostUpdate *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6032 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
6053 void OMPClauseWriter::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) {
H A DASTReader.cpp11511 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
11739 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3888 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) {

Completed in 299 milliseconds