ConditionalCompilationDecl

abstract
class ConditionalCompilationDecl : Declaration {
Token* spec;
Token* cond;
Declaration decls;
Declaration elseDecls;
}

Members

Variables

compiledDecls
Declaration compiledDecls;

The branch to be compiled in.

Meta