Searched refs:IfClause (Results 1 – 7 of 7) sorted by relevance
362 type IfClause struct { struct368 func (x *IfClause) Span() (start, end Position) { argument
108 case *IfClause:
92 …`(Comprehension Curly Body=(DictEntry Key=x Value=y) Clauses=((ForClause Vars=a X=b) (IfClause Con…120 …`(Comprehension Body=e Clauses=((ForClause Vars=x X=y) (IfClause Cond=cond1) (IfClause Cond=cond2)…
929 clauses = append(clauses, &IfClause{If: pos, Cond: cond})
683 case *syntax.IfClause:
6689 const OMPIfClause *IfClause = nullptr; in getNumThreads() local6693 IfClause = C; in getNumThreads()6697 if (IfClause) { in getNumThreads()6698 const Expr *Cond = IfClause->getCondition(); in getNumThreads()6706 cast_or_null<DeclStmt>(IfClause->getPreInitStmt())) { in getNumThreads()6880 const OMPIfClause *IfClause = nullptr; in emitNumThreadsForTargetDirective() local6884 IfClause = C; in emitNumThreadsForTargetDirective()6888 if (IfClause) { in emitNumThreadsForTargetDirective()6889 const Expr *Cond = IfClause->getCondition(); in emitNumThreadsForTargetDirective()
1757 case *syntax.IfClause: