Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp2297 OMPGenericLoopDirective *OMPGenericLoopDirective::Create( in Create()
2301 auto *Dir = createDirective<OMPGenericLoopDirective>( in Create()
2331 OMPGenericLoopDirective *
2332 OMPGenericLoopDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
2334 return createEmptyDirective<OMPGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1235 const OMPGenericLoopDirective *S) { in VisitOMPGenericLoopDirective()
H A DStmtPrinter.cpp1095 void StmtPrinter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *Node) { in VisitOMPGenericLoopDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td290 def OMPGenericLoopDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h5909 class OMPGenericLoopDirective final : public OMPLoopDirective {
5918 OMPGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPGenericLoopDirective() function
5927 explicit OMPGenericLoopDirective(unsigned CollapsedNum) in OMPGenericLoopDirective() function
5942 static OMPGenericLoopDirective *
5953 static OMPGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3147 DEF_TRAVERSE_STMT(OMPGenericLoopDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2651 void ASTStmtReader::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
3663 S = OMPGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2626 void ASTStmtWriter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp410 EmitOMPGenericLoopDirective(cast<OMPGenericLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3577 void EmitOMPGenericLoopDirective(const OMPGenericLoopDirective &S);
H A DCGStmtOpenMP.cpp7795 const OMPGenericLoopDirective &S) { in EmitOMPGenericLoopDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9336 OMPGenericLoopDirective *D) { in TransformOMPGenericLoopDirective()
H A DSemaOpenMP.cpp10475 return OMPGenericLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPGenericLoopDirective()