Searched refs:OMPWriteClause (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2061 class OMPWriteClause : public OMPClause { class in namespace:clang
2067 OMPWriteClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPWriteClause
2071 OMPWriteClause() function in class:clang::OMPWriteClause
H A DRecursiveASTVisitor.h3368 bool RecursiveASTVisitor<Derived>::VisitOMPWriteClause(OMPWriteClause *) {
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp561 void OMPClauseProfiler::VisitOMPWriteClause(const OMPWriteClause *) {}
H A DOpenMPClause.cpp1859 void OMPClausePrinter::VisitOMPWriteClause(OMPWriteClause *) { OS << "write"; }
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10030 C = new (Context) OMPWriteClause();
10408 void OMPClauseReader::VisitOMPWriteClause(OMPWriteClause *) {}
H A DASTWriter.cpp6492 void OMPClauseWriter::VisitOMPWriteClause(OMPWriteClause *) {}
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2378 void OMPClauseEnqueue::VisitOMPWriteClause(const OMPWriteClause *) {}
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9713 OMPClause *TreeTransform<Derived>::TransformOMPWriteClause(OMPWriteClause *C) {
H A DSemaOpenMP.cpp17414 return new (Context) OMPWriteClause(StartLoc, EndLoc);

Completed in 412 milliseconds