Searched refs:OMPGenericLoopDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 2408 OMPGenericLoopDirective *OMPGenericLoopDirective::Create( in Create() 2412 auto *Dir = createDirective<OMPGenericLoopDirective>( in Create() 2442 OMPGenericLoopDirective * 2443 OMPGenericLoopDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 2445 return createEmptyDirective<OMPGenericLoopDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1328 const OMPGenericLoopDirective *S) { in VisitOMPGenericLoopDirective()
|
| H A D | StmtPrinter.cpp | 1149 void StmtPrinter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *Node) { in VisitOMPGenericLoopDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 297 def OMPGenericLoopDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 6185 class OMPGenericLoopDirective final : public OMPLoopDirective { 6194 OMPGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPGenericLoopDirective() function 6203 explicit OMPGenericLoopDirective(unsigned CollapsedNum) in OMPGenericLoopDirective() function 6218 static OMPGenericLoopDirective * 6229 static OMPGenericLoopDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3281 DEF_TRAVERSE_STMT(OMPGenericLoopDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2811 void ASTStmtReader::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective() 4017 S = OMPGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2883 void ASTStmtWriter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 437 EmitOMPGenericLoopDirective(cast<OMPGenericLoopDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3940 void EmitOMPGenericLoopDirective(const OMPGenericLoopDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 8207 const OMPGenericLoopDirective &S) { in EmitOMPGenericLoopDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10390 OMPGenericLoopDirective *D) { in TransformOMPGenericLoopDirective()
|
| H A D | SemaOpenMP.cpp | 10676 return OMPGenericLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPGenericLoopDirective()
|