Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtProfile.cpp787 if (const Expr *Depobj = C->getDepobj()) in VisitOMPDepobjClause()
DOpenMPClause.cpp2094 Node->getDepobj()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDepobjClause()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4589 Expr *getDepobj() { return Depobj; } in getDepobj() function
4590 const Expr *getDepobj() const { return Depobj; } in getDepobj() function
DRecursiveASTVisitor.h3513 TRY_TO(TraverseStmt(C->getDepobj()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6386 Record.AddStmt(C->getDepobj()); in VisitOMPDepobjClause()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp4840 LValue DOLVal = EmitLValue(DO->getDepobj()); in EmitOMPDepobjDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h9829 ExprResult E = getDerived().TransformExpr(C->getDepobj()); in TransformOMPDepobjClause()