Home
last modified time | relevance | path

Searched refs:OMPSectionsDirective (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h830 class OMPSectionsDirective : public OMPExecutableDirective {
838 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSectionsDirective() function
847 explicit OMPSectionsDirective(unsigned NumClauses) in OMPSectionsDirective() function
861 static OMPSectionsDirective *
871 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
HDDataRecursiveASTVisitor.h2349 DEF_TRAVERSE_STMT(OMPSectionsDirective,
HDRecursiveASTVisitor.h2381 DEF_TRAVERSE_STMT(OMPSectionsDirective,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1787 OMPSectionsDirective *OMPSectionsDirective::Create( in Create()
1790 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in Create()
1794 OMPSectionsDirective *Dir = in Create()
1795 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create()
1801 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1804 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective), in CreateEmpty()
1808 return new (Mem) OMPSectionsDirective(NumClauses); in CreateEmpty()
HDStmtProfile.cpp464 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) { in VisitOMPSectionsDirective()
HDStmtPrinter.cpp857 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) { in VisitOMPSectionsDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDStmtNodes.td190 def OMPSectionsDirective : DStmt<OMPExecutableDirective>;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp2143 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
2785 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
HDASTWriterStmt.cpp1990 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp190 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S)); in EmitStmt()
HDCGStmtOpenMP.cpp1358 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &S) { in EmitOMPSectionsDirective()
HDCodeGenFunction.h2199 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp3590 return OMPSectionsDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPSectionsDirective()
HDTreeTransform.h6933 TreeTransform<Derived>::TransformOMPSectionsDirective(OMPSectionsDirective *D) { in TransformOMPSectionsDirective()