Searched refs:IfClause (Results 1 – 1 of 1) sorted by relevance
6460 const OMPIfClause *IfClause = nullptr; in getNumThreads() local6464 IfClause = C; in getNumThreads()6468 if (IfClause) { in getNumThreads()6469 const Expr *CondExpr = IfClause->getCondition(); in getNumThreads()6479 cast_or_null<DeclStmt>(IfClause->getPreInitStmt())) { in getNumThreads()6658 const OMPIfClause *IfClause = nullptr; in getNumThreadsExprForTargetDirective() local6662 IfClause = C; in getNumThreadsExprForTargetDirective()6666 if (IfClause) { in getNumThreadsExprForTargetDirective()6667 const Expr *Cond = IfClause->getCondition(); in getNumThreadsExprForTargetDirective()