Searched defs:VisitOMPReadClause (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ | ||
H A D | StmtProfile.cpp | 575 void OMPClauseProfiler::VisitOMPReadClause(const OMPReadClause *) {} in VisitOMPReadClause() function in __anon9529c64a0211::OMPClauseProfiler |
H A D | OpenMPClause.cpp | 1908 void OMPClausePrinter::VisitOMPReadClause(OMPReadClause *) { OS << "read"; } in VisitOMPReadClause() function in OMPClausePrinter |
/freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 7213 void OMPClauseWriter::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() function in OMPClauseWriter |
H A D | ASTReader.cpp | 10899 void OMPClauseReader::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() function in OMPClauseReader |