Searched refs:getNumForLoops (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp493 if (C->getNumForLoops())
494 Profiler->VisitStmt(C->getNumForLoops());
549 if (auto *Num = C->getNumForLoops())
H A DOpenMPClause.cpp1746 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0);
1834 if (auto *Num = Node->getNumForLoops()) {
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3272 TRY_TO(TraverseStmt(C->getNumForLoops()));
3342 TRY_TO(TraverseStmt(C->getNumForLoops()));
H A DOpenMPClause.h998 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } function in class:clang::final
1888 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } function in class:clang::final
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2278 if (!C->getNumForLoops())
3307 if (OrderedClause->getNumForLoops())
7838 if (!C->getNumForLoops())
H A DCGOpenMPRuntime.cpp2502 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) {
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6440 Record.AddStmt(C->getNumForLoops());
6476 Record.AddStmt(C->getNumForLoops());
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2350 Visitor->AddStmt(C->getNumForLoops());
2363 Visitor->AddStmt(C->getNumForLoops());
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4887 if (!LCs.empty() && OC && OC->getNumForLoops()) {
4896 OC->getNumForLoops()) {
9309 if (DSA.getOrderedRegionParam().second->getNumForLoops()) {
10220 return (*CollapseClauses.begin())->getNumForLoops();
10228 return (*OrderedClauses.begin())->getNumForLoops();
H A DTreeTransform.h9623 ExprResult E = getDerived().TransformExpr(C->getNumForLoops());
9663 if (auto *Num = C->getNumForLoops()) {

Completed in 601 milliseconds