Home
last modified time | relevance | path

Searched refs:OMPParallelMaskedDirective (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp763 OMPParallelMaskedDirective *OMPParallelMaskedDirective::Create( in Create()
766 auto *Dir = createDirective<OMPParallelMaskedDirective>( in Create()
772 OMPParallelMaskedDirective *
773 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
775 return createEmptyDirective<OMPParallelMaskedDirective>( in CreateEmpty()
H A DStmtProfile.cpp1078 const OMPParallelMaskedDirective *S) { in VisitOMPParallelMaskedDirective()
H A DStmtPrinter.cpp855 OMPParallelMaskedDirective *Node) { in VisitOMPParallelMaskedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2372 class OMPParallelMaskedDirective final : public OMPExecutableDirective {
2376 OMPParallelMaskedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMaskedDirective() function
2381 explicit OMPParallelMaskedDirective() in OMPParallelMaskedDirective() function
2400 static OMPParallelMaskedDirective *
2410 static OMPParallelMaskedDirective *
2418 return const_cast<OMPParallelMaskedDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3131 DEF_TRAVERSE_STMT(OMPParallelMaskedDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td296 def OMPParallelMaskedDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2528 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
3684 S = OMPParallelMaskedDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2549 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp455 EmitOMPParallelMaskedDirective(cast<OMPParallelMaskedDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3948 void EmitOMPParallelMaskedDirective(const OMPParallelMaskedDirective &S);
H A DCGStmtOpenMP.cpp4738 const OMPParallelMaskedDirective &S) { in EmitOMPParallelMaskedDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9809 OMPParallelMaskedDirective *D) { in TransformOMPParallelMaskedDirective()
H A DSemaOpenMP.cpp10998 return OMPParallelMaskedDirective::Create( in ActOnOpenMPParallelMaskedDirective()