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.cpp2332 OMPGenericLoopDirective *OMPGenericLoopDirective::Create( in Create()
2336 auto *Dir = createDirective<OMPGenericLoopDirective>( in Create()
2366 OMPGenericLoopDirective *
2367 OMPGenericLoopDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
2369 return createEmptyDirective<OMPGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1281 const OMPGenericLoopDirective *S) { in VisitOMPGenericLoopDirective()
H A DStmtPrinter.cpp1111 void StmtPrinter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *Node) { in VisitOMPGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td292 def OMPGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5979 class OMPGenericLoopDirective final : public OMPLoopDirective {
5988 OMPGenericLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPGenericLoopDirective() function
5997 explicit OMPGenericLoopDirective(unsigned CollapsedNum) in OMPGenericLoopDirective() function
6012 static OMPGenericLoopDirective *
6023 static OMPGenericLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3156 DEF_TRAVERSE_STMT(OMPGenericLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2755 void ASTStmtReader::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
3803 S = OMPGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2799 void ASTStmtWriter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp418 EmitOMPGenericLoopDirective(cast<OMPGenericLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3667 void EmitOMPGenericLoopDirective(const OMPGenericLoopDirective &S);
H A DCGStmtOpenMP.cpp7851 const OMPGenericLoopDirective &S) { in EmitOMPGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9627 OMPGenericLoopDirective *D) { in TransformOMPGenericLoopDirective()
H A DSemaOpenMP.cpp10798 return OMPGenericLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPGenericLoopDirective()