Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1179 OMPMaskedTaskLoopDirective *OMPMaskedTaskLoopDirective::Create( in Create()
1183 auto *Dir = createDirective<OMPMaskedTaskLoopDirective>( in Create()
1215 OMPMaskedTaskLoopDirective *
1216 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1219 return createEmptyDirective<OMPMaskedTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1099 const OMPMaskedTaskLoopDirective *S) { in VisitOMPMaskedTaskLoopDirective()
H A DStmtPrinter.cpp946 OMPMaskedTaskLoopDirective *Node) { in VisitOMPMaskedTaskLoopDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td267 def OMPMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3874 class OMPMaskedTaskLoopDirective final : public OMPLoopDirective {
3886 OMPMaskedTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMaskedTaskLoopDirective() function
3896 explicit OMPMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPMaskedTaskLoopDirective() function
3916 static OMPMaskedTaskLoopDirective *
3928 static OMPMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3081 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2517 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
3474 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2465 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2181 void VisitOMPMaskedTaskLoopDirective(const OMPMaskedTaskLoopDirective *D);
3195 const OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9052 OMPMaskedTaskLoopDirective *D) { in TransformOMPMaskedTaskLoopDirective()
H A DSemaOpenMP.cpp13368 return OMPMaskedTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMaskedTaskLoopDirective()