Searched refs:OMPDispatchDirective (Results 1 – 10 of 10) sorted by relevance
2335 OMPDispatchDirective *OMPDispatchDirective::Create( in Create()2339 auto *Dir = createDirective<OMPDispatchDirective>( in Create()2345 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()2348 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
1283 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
1114 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
293 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
5966 class OMPDispatchDirective final : public OMPExecutableDirective {5981 OMPDispatchDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDispatchDirective() function5987 explicit OMPDispatchDirective() in OMPDispatchDirective() function6002 static OMPDispatchDirective *6013 static OMPDispatchDirective *CreateEmpty(const ASTContext &C,
3220 DEF_TRAVERSE_STMT(OMPDispatchDirective,
2772 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()3868 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
2835 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
9934 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
10557 return OMPDispatchDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPDispatchDirective()