Searched refs:OMPGenericLoopDirective (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 2297 OMPGenericLoopDirective *OMPGenericLoopDirective::Create( in Create() 2301 auto *Dir = createDirective<OMPGenericLoopDirective>( in Create() 2331 OMPGenericLoopDirective * 2332 OMPGenericLoopDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 2334 return createEmptyDirective<OMPGenericLoopDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1235 const OMPGenericLoopDirective *S) { in VisitOMPGenericLoopDirective()
|
| H A D | StmtPrinter.cpp | 1095 void StmtPrinter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *Node) { in VisitOMPGenericLoopDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 290 def OMPGenericLoopDirective : StmtNode<OMPLoopDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5909 class OMPGenericLoopDirective final : public OMPLoopDirective { 5918 OMPGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPGenericLoopDirective() function 5927 explicit OMPGenericLoopDirective(unsigned CollapsedNum) in OMPGenericLoopDirective() function 5942 static OMPGenericLoopDirective * 5953 static OMPGenericLoopDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3147 DEF_TRAVERSE_STMT(OMPGenericLoopDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2651 void ASTStmtReader::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective() 3663 S = OMPGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2626 void ASTStmtWriter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 410 EmitOMPGenericLoopDirective(cast<OMPGenericLoopDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3577 void EmitOMPGenericLoopDirective(const OMPGenericLoopDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7795 const OMPGenericLoopDirective &S) { in EmitOMPGenericLoopDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9336 OMPGenericLoopDirective *D) { in TransformOMPGenericLoopDirective()
|
| H A D | SemaOpenMP.cpp | 10475 return OMPGenericLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPGenericLoopDirective()
|