Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp685 OMPParallelMaskedDirective *OMPParallelMaskedDirective::Create( in Create()
688 auto *Dir = createDirective<OMPParallelMaskedDirective>( in Create()
694 OMPParallelMaskedDirective *
695 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
697 return createEmptyDirective<OMPParallelMaskedDirective>( in CreateEmpty()
H A DStmtProfile.cpp1007 const OMPParallelMaskedDirective *S) { in VisitOMPParallelMaskedDirective()
H A DStmtPrinter.cpp816 OMPParallelMaskedDirective *Node) { in VisitOMPParallelMaskedDirective()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2320 class OMPParallelMaskedDirective final : public OMPExecutableDirective {
2324 OMPParallelMaskedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMaskedDirective() function
2329 explicit OMPParallelMaskedDirective() in OMPParallelMaskedDirective() function
2348 static OMPParallelMaskedDirective *
2358 static OMPParallelMaskedDirective *
2366 return const_cast<OMPParallelMaskedDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2995 DEF_TRAVERSE_STMT(OMPParallelMaskedDirective,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td290 def OMPParallelMaskedDirective : StmtNode<OMPExecutableDirective>;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2420 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
3382 S = OMPParallelMaskedDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2339 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2162 void VisitOMPParallelMaskedDirective(const OMPParallelMaskedDirective *D);
3107 const OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8887 OMPParallelMaskedDirective *D) { in TransformOMPParallelMaskedDirective()
H A DSemaOpenMP.cpp10996 return OMPParallelMaskedDirective::Create( in ActOnOpenMPParallelMaskedDirective()