Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp554 void OMPClauseProfiler::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause()
H A DOpenMPClause.cpp1750 void OMPClausePrinter::VisitOMPSIMDClause(OMPSIMDClause *) { OS << "simd"; } in VisitOMPSIMDClause() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4798 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
4802 OMPSIMDClause() in OMPSIMDClause() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6143 void OMPClauseWriter::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() argument
H A DASTReader.cpp12119 void OMPClauseReader::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() argument
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2277 void OMPClauseEnqueue::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause()