Searched refs:OMPScopeDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 593 OMPScopeDirective *OMPScopeDirective::Create(const ASTContext &C, in Create() 598 return createDirective<OMPScopeDirective>(C, Clauses, AssociatedStmt, in Create() 603 OMPScopeDirective *OMPScopeDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 606 return createEmptyDirective<OMPScopeDirective>(C, NumClauses, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1045 void StmtProfiler::VisitOMPScopeDirective(const OMPScopeDirective *S) { in VisitOMPScopeDirective()
|
| H A D | StmtPrinter.cpp | 812 void StmtPrinter::VisitOMPScopeDirective(OMPScopeDirective *Node) { in VisitOMPScopeDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 267 def OMPScopeDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1925 class OMPScopeDirective final : public OMPExecutableDirective { 1934 OMPScopeDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPScopeDirective() function 1940 explicit OMPScopeDirective() in OMPScopeDirective() function 1952 static OMPScopeDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1961 static OMPScopeDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3108 DEF_TRAVERSE_STMT(OMPScopeDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2490 void ASTStmtReader::VisitOMPScopeDirective(OMPScopeDirective *D) { in VisitOMPScopeDirective() 3644 S = OMPScopeDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2504 void ASTStmtWriter::VisitOMPScopeDirective(OMPScopeDirective *D) { in VisitOMPScopeDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 431 EmitOMPScopeDirective(cast<OMPScopeDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3864 void EmitOMPScopeDirective(const OMPScopeDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4320 void CodeGenFunction::EmitOMPScopeDirective(const OMPScopeDirective &S) { in EmitOMPScopeDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9733 TreeTransform<Derived>::TransformOMPScopeDirective(OMPScopeDirective *D) { in TransformOMPScopeDirective()
|
| H A D | SemaOpenMP.cpp | 23822 return OMPScopeDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPScopeDirective()
|