Home
last modified time | relevance | path

Searched refs:OMPReadClause (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.def210 OPENMP_CLAUSE(read, OMPReadClause)
/external/clang/include/clang/AST/
DOpenMPClause.h1023 class OMPReadClause : public OMPClause {
1030 OMPReadClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPReadClause() function
1035 OMPReadClause() : OMPClause(OMPC_read, SourceLocation(), SourceLocation()) {} in OMPReadClause() function
DRecursiveASTVisitor.h2689 bool RecursiveASTVisitor<Derived>::VisitOMPReadClause(OMPReadClause *) {
/external/clang/lib/AST/
DStmtProfile.cpp340 void OMPClauseProfiler::VisitOMPReadClause(const OMPReadClause *) {} in VisitOMPReadClause() argument
DStmtPrinter.cpp699 void OMPClausePrinter::VisitOMPReadClause(OMPReadClause *) { OS << "read"; } in VisitOMPReadClause() argument
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1817 C = new (Context) OMPReadClause(); in readClause()
2024 void OMPClauseReader::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() argument
DASTWriterStmt.cpp1866 void OMPClauseWriter::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() argument
/external/clang/tools/libclang/
DCIndex.cpp2107 void OMPClauseEnqueue::VisitOMPReadClause(const OMPReadClause *) {} in VisitOMPReadClause() argument
/external/clang/lib/Sema/
DSemaOpenMP.cpp7983 return new (Context) OMPReadClause(StartLoc, EndLoc); in ActOnOpenMPReadClause()
DTreeTransform.h7755 OMPClause *TreeTransform<Derived>::TransformOMPReadClause(OMPReadClause *C) { in TransformOMPReadClause()