Searched refs:OMPMaskedTaskLoopDirective (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1179 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 D | StmtProfile.cpp | 1099 const OMPMaskedTaskLoopDirective *S) { in VisitOMPMaskedTaskLoopDirective()
|
| H A D | StmtPrinter.cpp | 946 OMPMaskedTaskLoopDirective *Node) { in VisitOMPMaskedTaskLoopDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 267 def OMPMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3874 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 D | RecursiveASTVisitor.h | 3081 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2517 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective() 3474 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2465 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2181 void VisitOMPMaskedTaskLoopDirective(const OMPMaskedTaskLoopDirective *D); 3195 const OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9052 OMPMaskedTaskLoopDirective *D) { in TransformOMPMaskedTaskLoopDirective()
|
| H A D | SemaOpenMP.cpp | 13368 return OMPMaskedTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMaskedTaskLoopDirective()
|