Searched refs:OMPScanDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 775 OMPScanDirective *OMPScanDirective::Create(const ASTContext &C, in Create() 779 return createDirective<OMPScanDirective>(C, Clauses, in Create() 784 OMPScanDirective *OMPScanDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 787 return createEmptyDirective<OMPScanDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1001 void StmtProfiler::VisitOMPScanDirective(const OMPScanDirective *S) { in VisitOMPScanDirective()
|
| H A D | StmtPrinter.cpp | 775 void StmtPrinter::VisitOMPScanDirective(OMPScanDirective *Node) { in VisitOMPScanDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 246 def OMPScanDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5149 class OMPScanDirective final : public OMPExecutableDirective { 5157 OMPScanDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPScanDirective() function 5163 explicit OMPScanDirective() in OMPScanDirective() function 5176 static OMPScanDirective *Create(const ASTContext &C, SourceLocation StartLoc, 5186 static OMPScanDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
|
| H A D | RecursiveASTVisitor.h | 2919 DEF_TRAVERSE_STMT(OMPScanDirective,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2424 void ASTStmtReader::VisitOMPScanDirective(OMPScanDirective *D) { in VisitOMPScanDirective() 3313 S = OMPScanDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2393 void ASTStmtWriter::VisitOMPScanDirective(OMPScanDirective *D) { in VisitOMPScanDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 269 EmitOMPScanDirective(cast<OMPScanDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 4861 void CodeGenFunction::EmitOMPScanDirective(const OMPScanDirective &S) { in EmitOMPScanDirective() 7116 if (const auto *SD = dyn_cast<OMPScanDirective>(&D)) { in EmitSimpleOMPExecutableDirective()
|
| H A D | CodeGenFunction.h | 3464 void EmitOMPScanDirective(const OMPScanDirective &S);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8750 TreeTransform<Derived>::TransformOMPScanDirective(OMPScanDirective *D) { in TransformOMPScanDirective()
|
| H A D | SemaOpenMP.cpp | 10315 return OMPScanDirective::Create(Context, StartLoc, EndLoc, Clauses); in ActOnOpenMPScanDirective()
|