Home
last modified time | relevance | path

Searched defs:OMPSIMDClause (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DOpenMPClause.h2768 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
2773 OMPSIMDClause() : OMPClause(OMPC_simd, SourceLocation(), SourceLocation()) {} in OMPSIMDClause() function
/external/clang/lib/AST/
DStmtProfile.cpp352 void OMPClauseProfiler::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause()
DStmtPrinter.cpp719 void OMPClausePrinter::VisitOMPSIMDClause(OMPSIMDClause *) { OS << "simd"; } in VisitOMPSIMDClause() argument
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1878 void OMPClauseWriter::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() argument
DASTReaderStmt.cpp2036 void OMPClauseReader::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() argument
/external/clang/tools/libclang/
DCIndex.cpp2119 void OMPClauseEnqueue::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause()