Searched refs:OMPOrderedDirective (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp762 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C,
768 llvm::alignTo(sizeof(OMPOrderedDirective), alignof(OMPClause *));
771 OMPOrderedDirective *Dir =
772 new (Mem) OMPOrderedDirective(StartLoc, EndLoc, Clauses.size());
778 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C,
782 llvm::alignTo(sizeof(OMPOrderedDirective), alignof(OMPClause *));
785 return new (Mem) OMPOrderedDirective(NumClauses);
H A DStmtProfile.cpp878 void StmtProfiler::VisitOMPOrderedDirective(const OMPOrderedDirective *S) {
H A DStmtPrinter.cpp759 void StmtPrinter::VisitOMPOrderedDirective(OMPOrderedDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2323 class OMPOrderedDirective : public OMPExecutableDirective { class in namespace:clang
2331 OMPOrderedDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPOrderedDirective
2341 explicit OMPOrderedDirective(unsigned NumClauses) function in class:clang::OMPOrderedDirective
2355 static OMPOrderedDirective *
2364 static OMPOrderedDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2845 DEF_TRAVERSE_STMT(OMPOrderedDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2348 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) {
3177 S = OMPOrderedDirective::CreateEmpty(
H A DASTWriterStmt.cpp2319 void ASTStmtWriter::VisitOMPOrderedDirective(OMPOrderedDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp250 EmitOMPOrderedDirective(cast<OMPOrderedDirective>(*S));
H A DCodeGenFunction.h3152 void EmitOMPOrderedDirective(const OMPOrderedDirective &S);
H A DCGStmtOpenMP.cpp3855 void CodeGenFunction::EmitOMPOrderedDirective(const OMPOrderedDirective &S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8255 TreeTransform<Derived>::TransformOMPOrderedDirective(OMPOrderedDirective *D) {
H A DSemaOpenMP.cpp8571 return OMPOrderedDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt);

Completed in 479 milliseconds