Home
last modified time | relevance | path

Searched refs:OMPScopeDirective (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp572 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 DStmtProfile.cpp1013 void StmtProfiler::VisitOMPScopeDirective(const OMPScopeDirective *S) { in VisitOMPScopeDirective()
H A DStmtPrinter.cpp796 void StmtPrinter::VisitOMPScopeDirective(OMPScopeDirective *Node) { in VisitOMPScopeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td266 def OMPScopeDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1942 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 DRecursiveASTVisitor.h3053 DEF_TRAVERSE_STMT(OMPScopeDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2467 void ASTStmtReader::VisitOMPScopeDirective(OMPScopeDirective *D) { in VisitOMPScopeDirective()
3507 S = OMPScopeDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2475 void ASTStmtWriter::VisitOMPScopeDirective(OMPScopeDirective *D) { in VisitOMPScopeDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9310 TreeTransform<Derived>::TransformOMPScopeDirective(OMPScopeDirective *D) { in TransformOMPScopeDirective()
H A DSemaOpenMP.cpp22874 return OMPScopeDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPScopeDirective()