Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2388 class OMPParallelMaskedDirective final : public OMPExecutableDirective {
2392 OMPParallelMaskedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMaskedDirective() function
2397 explicit OMPParallelMaskedDirective() in OMPParallelMaskedDirective() function
2416 static OMPParallelMaskedDirective *
2426 static OMPParallelMaskedDirective *
2434 return const_cast<OMPParallelMaskedDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3006 DEF_TRAVERSE_STMT(OMPParallelMaskedDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp704 OMPParallelMaskedDirective *OMPParallelMaskedDirective::Create( in Create()
707 auto *Dir = createDirective<OMPParallelMaskedDirective>( in Create()
713 OMPParallelMaskedDirective *
714 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
716 return createEmptyDirective<OMPParallelMaskedDirective>( in CreateEmpty()
H A DStmtProfile.cpp1035 const OMPParallelMaskedDirective *S) { in VisitOMPParallelMaskedDirective()
H A DStmtPrinter.cpp826 OMPParallelMaskedDirective *Node) { in VisitOMPParallelMaskedDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td291 def OMPParallelMaskedDirective : StmtNode<OMPExecutableDirective>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2477 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
3470 S = OMPParallelMaskedDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2471 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp436 EmitOMPParallelMaskedDirective(cast<OMPParallelMaskedDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3675 void EmitOMPParallelMaskedDirective(const OMPParallelMaskedDirective &S);
H A DCGStmtOpenMP.cpp4493 const OMPParallelMaskedDirective &S) { in EmitOMPParallelMaskedDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9057 OMPParallelMaskedDirective *D) { in TransformOMPParallelMaskedDirective()
H A DSemaOpenMP.cpp11236 return OMPParallelMaskedDirective::Create( in ActOnOpenMPParallelMaskedDirective()