Searched refs:IfClause (Results 1 – 1 of 1) sorted by relevance
6214 const OMPIfClause *IfClause = nullptr; in getNumThreads() local6218 IfClause = C; in getNumThreads()6222 if (IfClause) { in getNumThreads()6223 const Expr *CondExpr = IfClause->getCondition(); in getNumThreads()6233 cast_or_null<DeclStmt>(IfClause->getPreInitStmt())) { in getNumThreads()6408 const OMPIfClause *IfClause = nullptr; in getNumThreadsExprForTargetDirective() local6412 IfClause = C; in getNumThreadsExprForTargetDirective()6416 if (IfClause) { in getNumThreadsExprForTargetDirective()6417 const Expr *Cond = IfClause->getCondition(); in getNumThreadsExprForTargetDirective()