Searched refs:OMPDepobjClause (Results 1 – 10 of 10) sorted by relevance
/freebsd/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() 2280 void OMPClausePrinter::VisitOMPDepobjClause(OMPDepobjClause *Node) { in VisitOMPDepobjClause()
|
H A D | StmtProfile.cpp | 826 void OMPClauseProfiler::VisitOMPDepobjClause(const OMPDepobjClause *C) { in VisitOMPDepobjClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 4837 class OMPDepobjClause final : public OMPClause { 4851 OMPDepobjClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDepobjClause() function 4858 explicit OMPDepobjClause() in OMPDepobjClause() function 4874 static OMPDepobjClause *Create(const ASTContext &C, SourceLocation StartLoc, 4881 static OMPDepobjClause *CreateEmpty(const ASTContext &C); 4896 auto Children = const_cast<OMPDepobjClause *>(this)->children(); in children()
|
H A D | RecursiveASTVisitor.h | 3769 bool RecursiveASTVisitor<Derived>::VisitOMPDepobjClause(OMPDepobjClause *C) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMP.td | 121 let clangClass = "OMPDepobjClause";
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 10610 C = OMPDepobjClause::CreateEmpty(Context); in readClause() 11309 void OMPClauseReader::VisitOMPDepobjClause(OMPDepobjClause *C) { in VisitOMPDepobjClause()
|
H A D | ASTWriter.cpp | 7491 void OMPClauseWriter::VisitOMPDepobjClause(OMPDepobjClause *C) { in VisitOMPDepobjClause()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5431 const auto *DO = S.getSingleClause<OMPDepobjClause>(); in EmitOMPDepobjDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 10731 TreeTransform<Derived>::TransformOMPDepobjClause(OMPDepobjClause *C) { in TransformOMPDepobjClause()
|
H A D | SemaOpenMP.cpp | 19666 return OMPDepobjClause::Create(getASTContext(), StartLoc, LParenLoc, EndLoc, in ActOnOpenMPDepobjClause()
|