Searched refs:OMPForDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 336 OMPForDirective *OMPForDirective::Create( in Create() 340 auto *Dir = createDirective<OMPForDirective>( in Create() 398 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 402 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1029 void StmtProfiler::VisitOMPForDirective(const OMPForDirective *S) { in VisitOMPForDirective()
|
| H A D | StmtPrinter.cpp | 792 void StmtPrinter::VisitOMPForDirective(OMPForDirective *Node) { in VisitOMPForDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1634 class OMPForDirective : public OMPLoopDirective { 1646 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective() function 1655 explicit OMPForDirective(unsigned CollapsedNum) in OMPForDirective() function 1682 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1695 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 1704 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
|
| H A D | RecursiveASTVisitor.h | 3096 DEF_TRAVERSE_STMT(OMPForDirective,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 236 def OMPForDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2469 void ASTStmtReader::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective() 3621 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2479 void ASTStmtWriter::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 238 EmitOMPForDirective(cast<OMPForDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 1364 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 4140 void CodeGenFunction::EmitOMPForDirective(const OMPForDirective &S) { in EmitOMPForDirective()
|
| H A D | CodeGenFunction.h | 3862 void EmitOMPForDirective(const OMPForDirective &S);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9689 TreeTransform<Derived>::TransformOMPForDirective(OMPForDirective *D) { in TransformOMPForDirective()
|
| H A D | SemaOpenMP.cpp | 10470 auto *ForDirective = OMPForDirective::Create( in ActOnOpenMPForDirective()
|