Searched refs:OMPMaskedTaskLoopDirective (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1251 OMPMaskedTaskLoopDirective *OMPMaskedTaskLoopDirective::Create( in Create() 1255 auto *Dir = createDirective<OMPMaskedTaskLoopDirective>( in Create() 1287 OMPMaskedTaskLoopDirective * 1288 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1291 return createEmptyDirective<OMPMaskedTaskLoopDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1156 const OMPMaskedTaskLoopDirective *S) { in VisitOMPMaskedTaskLoopDirective()
|
H A D | StmtPrinter.cpp | 975 OMPMaskedTaskLoopDirective *Node) { in VisitOMPMaskedTaskLoopDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 273 def OMPMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3947 class OMPMaskedTaskLoopDirective final : public OMPLoopDirective { 3959 OMPMaskedTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMaskedTaskLoopDirective() function 3969 explicit OMPMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPMaskedTaskLoopDirective() function 3989 static OMPMaskedTaskLoopDirective * 4001 static OMPMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 3160 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopDirective,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2649 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective() 3691 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2687 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 9672 OMPMaskedTaskLoopDirective *D) { in TransformOMPMaskedTaskLoopDirective()
|
H A D | SemaOpenMP.cpp | 13350 return OMPMaskedTaskLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPMaskedTaskLoopDirective()
|