Searched refs:VisitOMPReadClause (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ | ||
D | StmtProfile.cpp | 340 void OMPClauseProfiler::VisitOMPReadClause(const OMPReadClause *) {} in VisitOMPReadClause() function in __anon98c5552c0211::OMPClauseProfiler |
D | StmtPrinter.cpp | 699 void OMPClausePrinter::VisitOMPReadClause(OMPReadClause *) { OS << "read"; } in VisitOMPReadClause() function in __anon7f41149f0211::OMPClausePrinter |
/external/clang/include/clang/AST/ | ||
D | RecursiveASTVisitor.h | 2689 bool RecursiveASTVisitor<Derived>::VisitOMPReadClause(OMPReadClause *) { |
/external/clang/lib/Serialization/ | ||
D | ASTWriterStmt.cpp | 1866 void OMPClauseWriter::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() function in OMPClauseWriter |
D | ASTReaderStmt.cpp | 2024 void OMPClauseReader::VisitOMPReadClause(OMPReadClause *) {} in VisitOMPReadClause() function in OMPClauseReader |
/external/clang/tools/libclang/ | ||
D | CIndex.cpp | 2107 void OMPClauseEnqueue::VisitOMPReadClause(const OMPReadClause *) {} in VisitOMPReadClause() function in __anonc9d3eafc0311::OMPClauseEnqueue |