Home
last modified time | relevance | path

Searched refs:OMPParallelMaskedTaskLoopDirective (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1359 OMPParallelMaskedTaskLoopDirective *OMPParallelMaskedTaskLoopDirective::Create( in Create()
1363 auto *Dir = createDirective<OMPParallelMaskedTaskLoopDirective>( in Create()
1395 OMPParallelMaskedTaskLoopDirective *
1396 OMPParallelMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1400 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1119 const OMPParallelMaskedTaskLoopDirective *S) { in VisitOMPParallelMaskedTaskLoopDirective()
H A DStmtPrinter.cpp970 OMPParallelMaskedTaskLoopDirective *Node) { in VisitOMPParallelMaskedTaskLoopDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td269 def OMPParallelMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4159 class OMPParallelMaskedTaskLoopDirective final : public OMPLoopDirective {
4171 OMPParallelMaskedTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMaskedTaskLoopDirective() function
4182 explicit OMPParallelMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMaskedTaskLoopDirective() function
4202 static OMPParallelMaskedTaskLoopDirective *
4214 static OMPParallelMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3087 DEF_TRAVERSE_STMT(OMPParallelMaskedTaskLoopDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2539 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
3506 S = OMPParallelMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2491 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2189 const OMPParallelMaskedTaskLoopDirective *D);
3215 const OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9096 OMPParallelMaskedTaskLoopDirective *D) { in TransformOMPParallelMaskedTaskLoopDirective()
H A DSemaOpenMP.cpp13582 return OMPParallelMaskedTaskLoopDirective::Create( in ActOnOpenMPParallelMaskedTaskLoopDirective()