Searched refs:OMPDispatchDirective (Results 1 – 10 of 10) sorted by relevance
2373 OMPDispatchDirective *OMPDispatchDirective::Create( in Create()2377 auto *Dir = createDirective<OMPDispatchDirective>( in Create()2383 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2386 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
1319 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
1139 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
294 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
6030 class OMPDispatchDirective final : public OMPExecutableDirective {6045 OMPDispatchDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDispatchDirective() function6051 explicit OMPDispatchDirective() in OMPDispatchDirective() function6066 static OMPDispatchDirective *6077 static OMPDispatchDirective *CreateEmpty(const ASTContext &C,
3275 DEF_TRAVERSE_STMT(OMPDispatchDirective,
2800 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()4005 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
2870 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
10368 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
10621 return OMPDispatchDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPDispatchDirective()