Searched refs:OMPUpdateClause (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1765 class OMPUpdateClause : public OMPClause { class in namespace:clang
1771 OMPUpdateClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPUpdateClause
1775 OMPUpdateClause() function in class:clang::OMPUpdateClause
H A DRecursiveASTVisitor.h3110 bool RecursiveASTVisitor<Derived>::VisitOMPUpdateClause(OMPUpdateClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp514 void OMPClauseProfiler::VisitOMPUpdateClause(const OMPUpdateClause *) {}
H A DOpenMPClause.cpp1323 void OMPClausePrinter::VisitOMPUpdateClause(OMPUpdateClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6144 void OMPClauseWriter::VisitOMPUpdateClause(OMPUpdateClause *) {}
H A DASTReader.cpp11572 C = new (Context) OMPUpdateClause();
11833 void OMPClauseReader::VisitOMPUpdateClause(OMPUpdateClause *) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8774 TreeTransform<Derived>::TransformOMPUpdateClause(OMPUpdateClause *C) {
H A DSemaOpenMP.cpp12352 return new (Context) OMPUpdateClause(StartLoc, EndLoc);

Completed in 585 milliseconds