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.cpp742 OMPParallelMaskedDirective *OMPParallelMaskedDirective::Create( in Create()
745 auto *Dir = createDirective<OMPParallelMaskedDirective>( in Create()
751 OMPParallelMaskedDirective *
752 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
754 return createEmptyDirective<OMPParallelMaskedDirective>( in CreateEmpty()
H A DStmtProfile.cpp1046 const OMPParallelMaskedDirective *S) { in VisitOMPParallelMaskedDirective()
H A DStmtPrinter.cpp839 OMPParallelMaskedDirective *Node) { in VisitOMPParallelMaskedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2389 class OMPParallelMaskedDirective final : public OMPExecutableDirective {
2393 OMPParallelMaskedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMaskedDirective() function
2398 explicit OMPParallelMaskedDirective() in OMPParallelMaskedDirective() function
2417 static OMPParallelMaskedDirective *
2427 static OMPParallelMaskedDirective *
2435 return const_cast<OMPParallelMaskedDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3076 DEF_TRAVERSE_STMT(OMPParallelMaskedDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td295 def OMPParallelMaskedDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2505 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
3547 S = OMPParallelMaskedDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2520 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp447 EmitOMPParallelMaskedDirective(cast<OMPParallelMaskedDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3903 void EmitOMPParallelMaskedDirective(const OMPParallelMaskedDirective &S);
H A DCGStmtOpenMP.cpp4538 const OMPParallelMaskedDirective &S) { in EmitOMPParallelMaskedDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9386 OMPParallelMaskedDirective *D) { in TransformOMPParallelMaskedDirective()
H A DSemaOpenMP.cpp10932 return OMPParallelMaskedDirective::Create( in ActOnOpenMPParallelMaskedDirective()