Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp780 if (const Expr *Depobj = C->getDepobj()) in VisitOMPDepobjClause()
H A DOpenMPClause.cpp2052 Node->getDepobj()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDepobjClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4481 Expr *getDepobj() { return Depobj; } in getDepobj() function
4482 const Expr *getDepobj() const { return Depobj; } in getDepobj() function
H A DRecursiveASTVisitor.h3473 TRY_TO(TraverseStmt(C->getDepobj()));
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6379 Record.AddStmt(C->getDepobj()); in VisitOMPDepobjClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4814 LValue DOLVal = EmitLValue(DO->getDepobj()); in EmitOMPDepobjDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2520 Visitor->AddStmt(C->getDepobj()); in VisitOMPDepobjClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9773 ExprResult E = getDerived().TransformExpr(C->getDepobj()); in TransformOMPDepobjClause()