Searched refs:OMPSIMDClause (Results 1 – 10 of 10) sorted by relevance
5188 class OMPSIMDClause : public OMPClause {5194 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function5198 OMPSIMDClause() in OMPSIMDClause() function
3509 bool RecursiveASTVisitor<Derived>::VisitOMPSIMDClause(OMPSIMDClause *) {
601 void OMPClauseProfiler::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause() argument
1966 void OMPClausePrinter::VisitOMPSIMDClause(OMPSIMDClause *) { OS << "simd"; } in VisitOMPSIMDClause() argument
411 let clangClass = "OMPSIMDClause";
5945 const auto *C = S.getSingleClause<OMPSIMDClause>(); in EmitOMPOrderedDirective()5995 const auto *C = S.getSingleClause<OMPSIMDClause>(); in EmitOMPOrderedDirective()
10486 C = new (Context) OMPSIMDClause(); in readClause()10884 void OMPClauseReader::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() argument
7245 void OMPClauseWriter::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() argument
11171 const OMPSIMDClause *SC = nullptr; in ActOnOpenMPOrderedDirective()11212 SC = cast<OMPSIMDClause>(C); in ActOnOpenMPOrderedDirective()16577 return new (getASTContext()) OMPSIMDClause(StartLoc, EndLoc); in ActOnOpenMPSIMDClause()
10293 OMPClause *TreeTransform<Derived>::TransformOMPSIMDClause(OMPSIMDClause *C) { in TransformOMPSIMDClause()