Searched refs:OMPDepobjClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1040 OMPDepobjClause *OMPDepobjClause::Create(const ASTContext &C, in Create() 1045 auto *Clause = new (C) OMPDepobjClause(StartLoc, LParenLoc, RParenLoc); in Create() 1050 OMPDepobjClause *OMPDepobjClause::CreateEmpty(const ASTContext &C) { in CreateEmpty() 1051 return new (C) OMPDepobjClause(); in CreateEmpty() 2278 void OMPClausePrinter::VisitOMPDepobjClause(OMPDepobjClause *Node) { in VisitOMPDepobjClause()
|
| H A D | StmtProfile.cpp | 824 void OMPClauseProfiler::VisitOMPDepobjClause(const OMPDepobjClause *C) { in VisitOMPDepobjClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4797 class OMPDepobjClause final : public OMPClause { 4811 OMPDepobjClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDepobjClause() function 4818 explicit OMPDepobjClause() in OMPDepobjClause() function 4834 static OMPDepobjClause *Create(const ASTContext &C, SourceLocation StartLoc, 4841 static OMPDepobjClause *CreateEmpty(const ASTContext &C); 4856 auto Children = const_cast<OMPDepobjClause *>(this)->children(); in children()
|
| H A D | RecursiveASTVisitor.h | 3694 bool RecursiveASTVisitor<Derived>::VisitOMPDepobjClause(OMPDepobjClause *C) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 410 let clangClass = "OMPDepobjClause";
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10411 C = OMPDepobjClause::CreateEmpty(Context); in readClause() 11108 void OMPClauseReader::VisitOMPDepobjClause(OMPDepobjClause *C) { in VisitOMPDepobjClause()
|
| H A D | ASTWriter.cpp | 6904 void OMPClauseWriter::VisitOMPDepobjClause(OMPDepobjClause *C) { in VisitOMPDepobjClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 5374 const auto *DO = S.getSingleClause<OMPDepobjClause>(); in EmitOMPDepobjDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10395 TreeTransform<Derived>::TransformOMPDepobjClause(OMPDepobjClause *C) { in TransformOMPDepobjClause()
|
| H A D | SemaOpenMP.cpp | 20852 return OMPDepobjClause::Create(Context, StartLoc, LParenLoc, EndLoc, Depobj); in ActOnOpenMPDepobjClause()
|