Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2450 OMPTeamsGenericLoopDirective *OMPTeamsGenericLoopDirective::Create( in Create()
2454 auto *Dir = createDirective<OMPTeamsGenericLoopDirective>( in Create()
2498 OMPTeamsGenericLoopDirective *
2499 OMPTeamsGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2502 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1333 const OMPTeamsGenericLoopDirective *S) { in VisitOMPTeamsGenericLoopDirective()
H A DStmtPrinter.cpp1155 OMPTeamsGenericLoopDirective *Node) { in VisitOMPTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td298 def OMPTeamsGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6247 class OMPTeamsGenericLoopDirective final : public OMPLoopDirective {
6256 OMPTeamsGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsGenericLoopDirective() function
6266 explicit OMPTeamsGenericLoopDirective(unsigned CollapsedNum) in OMPTeamsGenericLoopDirective() function
6282 static OMPTeamsGenericLoopDirective *
6294 static OMPTeamsGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3284 DEF_TRAVERSE_STMT(OMPTeamsGenericLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2816 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
4025 S = OMPTeamsGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2889 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp440 EmitOMPTeamsGenericLoopDirective(cast<OMPTeamsGenericLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3946 void EmitOMPTeamsGenericLoopDirective(const OMPTeamsGenericLoopDirective &S);
H A DCGStmtOpenMP.cpp8266 const OMPTeamsGenericLoopDirective &S) { in EmitOMPTeamsGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10401 OMPTeamsGenericLoopDirective *D) { in TransformOMPTeamsGenericLoopDirective()
H A DSemaOpenMP.cpp10708 return OMPTeamsGenericLoopDirective::Create( in ActOnOpenMPTeamsGenericLoopDirective()