Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp2443 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::Create( in Create()
2447 auto *Dir = createDirective<OMPParallelGenericLoopDirective>( in Create()
2478 OMPParallelGenericLoopDirective *OMPParallelGenericLoopDirective::CreateEmpty( in CreateEmpty()
2481 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1268 const OMPParallelGenericLoopDirective *S) { in VisitOMPParallelGenericLoopDirective()
H A DStmtPrinter.cpp1119 OMPParallelGenericLoopDirective *Node) { in VisitOMPParallelGenericLoopDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td294 def OMPParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h6103 class OMPParallelGenericLoopDirective final : public OMPLoopDirective {
6112 OMPParallelGenericLoopDirective(SourceLocation StartLoc, in OMPParallelGenericLoopDirective() function
6122 explicit OMPParallelGenericLoopDirective(unsigned CollapsedNum) in OMPParallelGenericLoopDirective() function
6138 static OMPParallelGenericLoopDirective *
6150 static OMPParallelGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3154 DEF_TRAVERSE_STMT(OMPParallelGenericLoopDirective,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2713 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
3739 S = OMPParallelGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2685 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9490 OMPParallelGenericLoopDirective *D) { in TransformOMPParallelGenericLoopDirective()
H A DSemaOpenMP.cpp10704 return OMPParallelGenericLoopDirective::Create( in ActOnOpenMPParallelGenericLoopDirective()