Searched defs:VisitOMPSIMDClause (Results 1 – 5 of 5) sorted by relevance
| /external/clang/lib/AST/ | ||
| D | StmtProfile.cpp | 352 void OMPClauseProfiler::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause() function in __anon7ae58b710211::OMPClauseProfiler |
| D | StmtPrinter.cpp | 719 void OMPClausePrinter::VisitOMPSIMDClause(OMPSIMDClause *) { OS << "simd"; } in VisitOMPSIMDClause() function in __anon61614ae40211::OMPClausePrinter |
| /external/clang/lib/Serialization/ | ||
| D | ASTWriterStmt.cpp | 1878 void OMPClauseWriter::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() function in OMPClauseWriter |
| D | ASTReaderStmt.cpp | 2036 void OMPClauseReader::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() function in OMPClauseReader |
| /external/clang/tools/libclang/ | ||
| D | CIndex.cpp | 2119 void OMPClauseEnqueue::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause() function in __anonb4dac6810311::OMPClauseEnqueue |