Searched refs:OMPSectionsDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | StmtOpenMP.cpp | 440 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() 444 auto *Dir = createDirective<OMPSectionsDirective>(C, Clauses, AssociatedStmt, in Create() 452 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 455 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty()
|
| D | StmtProfile.cpp | 930 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) { in VisitOMPSectionsDirective()
|
| D | StmtPrinter.cpp | 687 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) { in VisitOMPSectionsDirective()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 1718 class OMPSectionsDirective : public OMPExecutableDirective { 1730 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionsDirective() function 1736 explicit OMPSectionsDirective() in OMPSectionsDirective() function 1759 static OMPSectionsDirective * 1770 static OMPSectionsDirective *CreateEmpty(const ASTContext &C, 1778 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
|
| D | RecursiveASTVisitor.h | 2863 DEF_TRAVERSE_STMT(OMPSectionsDirective,
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | StmtNodes.td | 230 def OMPSectionsDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 2337 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective() 3232 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
|
| D | ASTWriterStmt.cpp | 2241 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 221 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S)); in EmitStmt()
|
| D | CGStmtOpenMP.cpp | 1324 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 3803 if (auto *OSD = dyn_cast<OMPSectionsDirective>(&S)) in EmitSections() 3821 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &S) { in EmitOMPSectionsDirective()
|
| D | CodeGenFunction.h | 3447 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 8575 TreeTransform<Derived>::TransformOMPSectionsDirective(OMPSectionsDirective *D) { in TransformOMPSectionsDirective()
|
| D | SemaOpenMP.cpp | 9809 return OMPSectionsDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPSectionsDirective()
|