Home
last modified time | relevance | path

Searched refs:OMPTeamsGenericLoopDirective (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp2354 OMPTeamsGenericLoopDirective *OMPTeamsGenericLoopDirective::Create( in Create()
2358 auto *Dir = createDirective<OMPTeamsGenericLoopDirective>( in Create()
2389 OMPTeamsGenericLoopDirective *
2390 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2393 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1258 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
H A DStmtPrinter.cpp1107 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td292 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h5972 class OMPTeamsGenericLoopDirective final : public OMPLoopDirective {
5981 OMPTeamsGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsGenericLoopDirective() function
5991 explicit OMPTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTeamsGenericLoopDirective() function
6007 static OMPTeamsGenericLoopDirective *
6019 static OMPTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3148 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2703 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
3723 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2673 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9468 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
H A DSemaOpenMP.cpp10607 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()