Searched refs:StaticIfCondition (Results 1 – 12 of 12) sorted by relevance
90 class StaticIfCondition : public Condition95 StaticIfCondition *syntaxCopy();
894 extern (C++) final class StaticIfCondition : Condition904 override StaticIfCondition syntaxCopy() in syntaxCopy()906 return new StaticIfCondition(loc, exp.syntaxCopy()); in syntaxCopy()
310 class StaticIfCondition; variable576 virtual void visit(StaticIfCondition *c) { visit((Condition *)c); } in visit()
286 void visit(AST.StaticIfCondition c) { visit(cast(AST.Condition)c); } in ParseTimeVisitor()
1189 override void visit(AST.StaticIfCondition c) in ParseVisitMethods()
2792 override void visit(StaticIfCondition c) in visit()
2304 condition = new AST.StaticIfCondition(loc, exp); in parseStaticIfCondition()
103 class StaticIfCondition : public Condition108 StaticIfCondition(Loc loc, Expression *exp);
701 StaticIfCondition::StaticIfCondition(Loc loc, Expression *exp) in StaticIfCondition() function707 Condition *StaticIfCondition::syntaxCopy() in syntaxCopy()709 return new StaticIfCondition(loc, exp->syntaxCopy()); in syntaxCopy()712 int StaticIfCondition::include(Scope *sc, ScopeDsymbol *sds) in include()
301 class StaticIfCondition; variable595 virtual void visit(StaticIfCondition *c) { visit((Condition *)c); } in visit()
3090 void visit(StaticIfCondition *c) in visit()
1548 condition = new StaticIfCondition(loc, exp); in parseStaticIfCondition()