Searched defs:VisitOMPReadClause (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
D | StmtProfile.cpp | 327 void OMPClauseProfiler::VisitOMPReadClause(const OMPReadClause *) {} in VisitOMPReadClause() function in __anon98c5552c0211::OMPClauseProfiler |
D | StmtPrinter.cpp | 688 void OMPClausePrinter::VisitOMPReadClause(OMPReadClause *) { OS << "read"; } in VisitOMPReadClause() function in __anon7f41149f0211::OMPClausePrinter |
/external/clang/lib/Serialization/ | ||
D | ASTWriterStmt.cpp | 1832 void OMPClauseWriter::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() function in OMPClauseWriter |
D | ASTReaderStmt.cpp | 1950 void OMPClauseReader::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() function in OMPClauseReader |
/external/clang/tools/libclang/ | ||
D | CIndex.cpp | 2063 void OMPClauseEnqueue::VisitOMPReadClause(const OMPReadClause *) {} in VisitOMPReadClause() function in __anonc9d3eafc0311::OMPClauseEnqueue |