Searched refs:OMPScopeDirective (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 572 OMPScopeDirective *OMPScopeDirective::Create(const ASTContext &C, in Create() 577 return createDirective<OMPScopeDirective>(C, Clauses, AssociatedStmt, in Create() 582 OMPScopeDirective *OMPScopeDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 585 return createEmptyDirective<OMPScopeDirective>(C, NumClauses, in CreateEmpty()
|
H A D | StmtProfile.cpp | 1013 void StmtProfiler::VisitOMPScopeDirective(const OMPScopeDirective *S) { in VisitOMPScopeDirective()
|
H A D | StmtPrinter.cpp | 796 void StmtPrinter::VisitOMPScopeDirective(OMPScopeDirective *Node) { in VisitOMPScopeDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 266 def OMPScopeDirective : StmtNode<OMPExecutableDirective>;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1942 class OMPScopeDirective final : public OMPExecutableDirective { 1951 OMPScopeDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPScopeDirective() function 1957 explicit OMPScopeDirective() in OMPScopeDirective() function 1969 static OMPScopeDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1978 static OMPScopeDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 3053 DEF_TRAVERSE_STMT(OMPScopeDirective,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2467 void ASTStmtReader::VisitOMPScopeDirective(OMPScopeDirective *D) { in VisitOMPScopeDirective() 3507 S = OMPScopeDirective::CreateEmpty( in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2475 void ASTStmtWriter::VisitOMPScopeDirective(OMPScopeDirective *D) { in VisitOMPScopeDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 9310 TreeTransform<Derived>::TransformOMPScopeDirective(OMPScopeDirective *D) { in TransformOMPScopeDirective()
|
H A D | SemaOpenMP.cpp | 22874 return OMPScopeDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPScopeDirective()
|