Searched refs:IfClause (Results 1 – 1 of 1) sorted by relevance
6199 const OMPIfClause *IfClause = nullptr; in getNumThreads() local6203 IfClause = C; in getNumThreads()6207 if (IfClause) { in getNumThreads()6208 const Expr *CondExpr = IfClause->getCondition(); in getNumThreads()6218 cast_or_null<DeclStmt>(IfClause->getPreInitStmt())) { in getNumThreads()6393 const OMPIfClause *IfClause = nullptr; in getNumThreadsExprForTargetDirective() local6397 IfClause = C; in getNumThreadsExprForTargetDirective()6401 if (IfClause) { in getNumThreadsExprForTargetDirective()6402 const Expr *Cond = IfClause->getCondition(); in getNumThreadsExprForTargetDirective()