Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp936 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C, in Create()
941 return createDirective<OMPOrderedDirective>( in Create()
946 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
950 return createEmptyDirective<OMPOrderedDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1092 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) { in VisitOMPOrderedDirective()
H A DStmtPrinter.cpp895 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) { in VisitOMPOrderedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td254 def OMPOrderedDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2910 class OMPOrderedDirective : public OMPExecutableDirective {
2918 OMPOrderedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPOrderedDirective() function
2924 explicit OMPOrderedDirective() in OMPOrderedDirective() function
2938 static OMPOrderedDirective *
2948 static OMPOrderedDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3112 DEF_TRAVERSE_STMT(OMPOrderedDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2567 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
3602 S = OMPOrderedDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2641 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp292 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp2651 if (isa<OMPOrderedDirective>(CSSubStmt)) { in isSupportedByOpenMPIRBuilder()
5926 void CodeGenFunction::EmitOMPOrderedDirective(const OMPOrderedDirective &S) { in EmitOMPOrderedDirective()
H A DCodeGenFunction.h3846 void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9507 TreeTransform<Derived>::TransformOMPOrderedDirective(OMPOrderedDirective *D) { in TransformOMPOrderedDirective()
H A DSemaOpenMP.cpp11271 return OMPOrderedDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPOrderedDirective()