Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1194 OMPMaskedTaskLoopDirective *OMPMaskedTaskLoopDirective::Create( in Create()
1198 auto *Dir = createDirective<OMPMaskedTaskLoopDirective>( in Create()
1230 OMPMaskedTaskLoopDirective *
1231 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1234 return createEmptyDirective<OMPMaskedTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1117 const OMPMaskedTaskLoopDirective *S) { in VisitOMPMaskedTaskLoopDirective()
H A DStmtPrinter.cpp952 OMPMaskedTaskLoopDirective *Node) { in VisitOMPMaskedTaskLoopDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td268 def OMPMaskedTaskLoopDirective : StmtNode<OMPLoopDirective>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h3875 class OMPMaskedTaskLoopDirective final : public OMPLoopDirective {
3887 OMPMaskedTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMaskedTaskLoopDirective() function
3897 explicit OMPMaskedTaskLoopDirective(unsigned CollapsedNum) in OMPMaskedTaskLoopDirective() function
3917 static OMPMaskedTaskLoopDirective *
3929 static OMPMaskedTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3079 DEF_TRAVERSE_STMT(OMPMaskedTaskLoopDirective,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2564 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
3526 S = OMPMaskedTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2506 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2189 void VisitOMPMaskedTaskLoopDirective(const OMPMaskedTaskLoopDirective *D);
3221 const OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9173 OMPMaskedTaskLoopDirective *D) { in TransformOMPMaskedTaskLoopDirective()
H A DSemaOpenMP.cpp13508 return OMPMaskedTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMaskedTaskLoopDirective()