Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2370 OMPGenericLoopDirective *OMPGenericLoopDirective::Create( in Create()
2374 auto *Dir = createDirective<OMPGenericLoopDirective>( in Create()
2404 OMPGenericLoopDirective *
2405 OMPGenericLoopDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
2407 return createEmptyDirective<OMPGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1292 const OMPGenericLoopDirective *S) { in VisitOMPGenericLoopDirective()
H A DStmtPrinter.cpp1124 void StmtPrinter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *Node) { in VisitOMPGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td296 def OMPGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6121 class OMPGenericLoopDirective final : public OMPLoopDirective {
6130 OMPGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPGenericLoopDirective() function
6139 explicit OMPGenericLoopDirective(unsigned CollapsedNum) in OMPGenericLoopDirective() function
6154 static OMPGenericLoopDirective *
6165 static OMPGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3226 DEF_TRAVERSE_STMT(OMPGenericLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2783 void ASTStmtReader::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
3880 S = OMPGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2848 void ASTStmtWriter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp429 EmitOMPGenericLoopDirective(cast<OMPGenericLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3895 void EmitOMPGenericLoopDirective(const OMPGenericLoopDirective &S);
H A DCGStmtOpenMP.cpp7923 const OMPGenericLoopDirective &S) { in EmitOMPGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9956 OMPGenericLoopDirective *D) { in TransformOMPGenericLoopDirective()
H A DSemaOpenMP.cpp10611 return OMPGenericLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPGenericLoopDirective()