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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1687 class OMPReadClause : public OMPClause { class in namespace:clang
1693 OMPReadClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPReadClause
1697 OMPReadClause() : OMPClause(OMPC_read, SourceLocation(), SourceLocation()) {} function in class:clang::OMPReadClause
H A DRecursiveASTVisitor.h3100 bool RecursiveASTVisitor<Derived>::VisitOMPReadClause(OMPReadClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp510 void OMPClauseProfiler::VisitOMPReadClause(const OMPReadClause *) {}
H A DOpenMPClause.cpp1319 void OMPClausePrinter::VisitOMPReadClause(OMPReadClause *) { OS << "read"; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6140 void OMPClauseWriter::VisitOMPReadClause(OMPReadClause *) {}
H A DASTReader.cpp11566 C = new (Context) OMPReadClause();
11829 void OMPClauseReader::VisitOMPReadClause(OMPReadClause *) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8761 OMPClause *TreeTransform<Derived>::TransformOMPReadClause(OMPReadClause *C) {
H A DSemaOpenMP.cpp12342 return new (Context) OMPReadClause(StartLoc, EndLoc);

Completed in 322 milliseconds