Searched refs:OMPGenericLoopDirective (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 2370 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 D | StmtProfile.cpp | 1292 const OMPGenericLoopDirective *S) { in VisitOMPGenericLoopDirective()
|
H A D | StmtPrinter.cpp | 1124 void StmtPrinter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *Node) { in VisitOMPGenericLoopDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 296 def OMPGenericLoopDirective : StmtNode<OMPLoopDirective>;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 6121 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 D | RecursiveASTVisitor.h | 3226 DEF_TRAVERSE_STMT(OMPGenericLoopDirective,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2783 void ASTStmtReader::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective() 3880 S = OMPGenericLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2848 void ASTStmtWriter::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 429 EmitOMPGenericLoopDirective(cast<OMPGenericLoopDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3895 void EmitOMPGenericLoopDirective(const OMPGenericLoopDirective &S);
|
H A D | CGStmtOpenMP.cpp | 7923 const OMPGenericLoopDirective &S) { in EmitOMPGenericLoopDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 9956 OMPGenericLoopDirective *D) { in TransformOMPGenericLoopDirective()
|
H A D | SemaOpenMP.cpp | 10611 return OMPGenericLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPGenericLoopDirective()
|