Searched refs:OMPDispatchDirective (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 2262 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 D | StmtProfile.cpp | 1226 void StmtProfiler::VisitOMPDispatchDirective(const OMPDispatchDirective *S) { in VisitOMPDispatchDirective()
|
| H A D | StmtPrinter.cpp | 1085 void StmtPrinter::VisitOMPDispatchDirective(OMPDispatchDirective *Node) { in VisitOMPDispatchDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 287 def OMPDispatchDirective : StmtNode<OMPExecutableDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5754 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 D | RecursiveASTVisitor.h | 3141 DEF_TRAVERSE_STMT(OMPDispatchDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2640 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective() 3651 S = OMPDispatchDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2613 void ASTStmtWriter::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9314 TreeTransform<Derived>::TransformOMPDispatchDirective(OMPDispatchDirective *D) { in TransformOMPDispatchDirective()
|
| H A D | SemaOpenMP.cpp | 10414 return OMPDispatchDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPDispatchDirective()
|