Home
last modified time | relevance | path

Searched refs:getDepobj (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp825 if (const Expr *Depobj = C->getDepobj()) in VisitOMPDepobjClause()
H A DOpenMPClause.cpp2280 Node->getDepobj()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDepobjClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4844 Expr *getDepobj() { return Depobj; } in getDepobj() function
4845 const Expr *getDepobj() const { return Depobj; } in getDepobj() function
H A DRecursiveASTVisitor.h3695 TRY_TO(TraverseStmt(C->getDepobj()));
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6905 Record.AddStmt(C->getDepobj()); in VisitOMPDepobjClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5375 LValue DOLVal = EmitLValue(DO->getDepobj()); in EmitOMPDepobjDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10396 ExprResult E = getDerived().TransformExpr(C->getDepobj()); in TransformOMPDepobjClause()