Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp593 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 DStmtProfile.cpp1045 void StmtProfiler::VisitOMPScopeDirective(const OMPScopeDirective *S) { in VisitOMPScopeDirective()
H A DStmtPrinter.cpp812 void StmtPrinter::VisitOMPScopeDirective(OMPScopeDirective *Node) { in VisitOMPScopeDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td267 def OMPScopeDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1925 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 DRecursiveASTVisitor.h3108 DEF_TRAVERSE_STMT(OMPScopeDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2490 void ASTStmtReader::VisitOMPScopeDirective(OMPScopeDirective *D) { in VisitOMPScopeDirective()
3644 S = OMPScopeDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2504 void ASTStmtWriter::VisitOMPScopeDirective(OMPScopeDirective *D) { in VisitOMPScopeDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp431 EmitOMPScopeDirective(cast<OMPScopeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3864 void EmitOMPScopeDirective(const OMPScopeDirective &S);
H A DCGStmtOpenMP.cpp4320 void CodeGenFunction::EmitOMPScopeDirective(const OMPScopeDirective &S) { in EmitOMPScopeDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9733 TreeTransform<Derived>::TransformOMPScopeDirective(OMPScopeDirective *D) { in TransformOMPScopeDirective()
H A DSemaOpenMP.cpp23822 return OMPScopeDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPScopeDirective()