Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp992 const OMPParallelMaskedDirective *S) { in VisitOMPParallelMaskedDirective()
H A DStmtPrinter.cpp815 OMPParallelMaskedDirective *Node) { in VisitOMPParallelMaskedDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2319 class OMPParallelMaskedDirective final : public OMPExecutableDirective {
2323 OMPParallelMaskedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelMaskedDirective() function
2328 explicit OMPParallelMaskedDirective() in OMPParallelMaskedDirective() function
2347 static OMPParallelMaskedDirective *
2357 static OMPParallelMaskedDirective *
2365 return const_cast<OMPParallelMaskedDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2997 DEF_TRAVERSE_STMT(OMPParallelMaskedDirective,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td289 def OMPParallelMaskedDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2380 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
3335 S = OMPParallelMaskedDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2305 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2155 void VisitOMPParallelMaskedDirective(const OMPParallelMaskedDirective *D);
3085 const OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8777 OMPParallelMaskedDirective *D) { in TransformOMPParallelMaskedDirective()
H A DSemaOpenMP.cpp10913 return OMPParallelMaskedDirective::Create( in ActOnOpenMPParallelMaskedDirective()