Home
last modified time | relevance | path

Searched refs:OMPDepobjClause (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1040 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 DStmtProfile.cpp826 void OMPClauseProfiler::VisitOMPDepobjClause(const OMPDepobjClause *C) { in VisitOMPDepobjClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4837 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 DRecursiveASTVisitor.h3769 bool RecursiveASTVisitor<Derived>::VisitOMPDepobjClause(OMPDepobjClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td121 let clangClass = "OMPDepobjClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10610 C = OMPDepobjClause::CreateEmpty(Context); in readClause()
11309 void OMPClauseReader::VisitOMPDepobjClause(OMPDepobjClause *C) { in VisitOMPDepobjClause()
H A DASTWriter.cpp7491 void OMPClauseWriter::VisitOMPDepobjClause(OMPDepobjClause *C) { in VisitOMPDepobjClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5431 const auto *DO = S.getSingleClause<OMPDepobjClause>(); in EmitOMPDepobjDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10731 TreeTransform<Derived>::TransformOMPDepobjClause(OMPDepobjClause *C) { in TransformOMPDepobjClause()
H A DSemaOpenMP.cpp19666 return OMPDepobjClause::Create(getASTContext(), StartLoc, LParenLoc, EndLoc, in ActOnOpenMPDepobjClause()