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

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2022 class OMPReadClause : public OMPClause { class in namespace:clang
2028 OMPReadClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPReadClause
2032 OMPReadClause() function in class:clang::OMPReadClause
H A DRecursiveASTVisitor.h3363 bool RecursiveASTVisitor<Derived>::VisitOMPReadClause(OMPReadClause *) {
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp559 void OMPClauseProfiler::VisitOMPReadClause(const OMPReadClause *) {}
H A DOpenMPClause.cpp1857 void OMPClausePrinter::VisitOMPReadClause(OMPReadClause *) { OS << "read"; }
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10027 C = new (Context) OMPReadClause();
10406 void OMPClauseReader::VisitOMPReadClause(OMPReadClause *) {}
H A DASTWriter.cpp6490 void OMPClauseWriter::VisitOMPReadClause(OMPReadClause *) {}
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2376 void OMPClauseEnqueue::VisitOMPReadClause(const OMPReadClause *) {}
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9707 OMPClause *TreeTransform<Derived>::TransformOMPReadClause(OMPReadClause *C) {
H A DSemaOpenMP.cpp17409 return new (Context) OMPReadClause(StartLoc, EndLoc);

Completed in 482 milliseconds