Home
last modified time | relevance | path

Searched refs:OMPDispatchDirective (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp2262 OMPDispatchDirective *OMPDispatchDirective::Create( in Create()
2266 auto *Dir = createDirective<OMPDispatchDirective>( in Create()
2272 OMPDispatchDirective *OMPDispatchDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2275 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1226 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
H A DStmtPrinter.cpp1085 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td287 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h5754 class OMPDispatchDirective final : public OMPExecutableDirective {
5769 OMPDispatchDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDispatchDirective() function
5775 explicit OMPDispatchDirective() in OMPDispatchDirective() function
5790 static OMPDispatchDirective *
5801 static OMPDispatchDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3141 DEF_TRAVERSE_STMT(OMPDispatchDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2640 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
3651 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2613 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9314 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
H A DSemaOpenMP.cpp10414 return OMPDispatchDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPDispatchDirective()