Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1251 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 DStmtProfile.cpp1156 const OMPMaskedTaskLoopDirective *S) { in VisitOMPMaskedTaskLoopDirective()
H A DStmtPrinter.cpp975 OMPMaskedTaskLoopDirective *Node) { in VisitOMPMaskedTaskLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td273 def OMPMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3947 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 DRecursiveASTVisitor.h3160 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2649 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
3691 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2687 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9672 OMPMaskedTaskLoopDirective *D) { in TransformOMPMaskedTaskLoopDirective()
H A DSemaOpenMP.cpp13350 return OMPMaskedTaskLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPMaskedTaskLoopDirective()