Lines Matching defs:Abstract
29 bool Abstract = false;
31 /// Whether non-abstract components of the emitter have been initialized.
43 /// The AST address space where this (non-abstract) initializer is going.
65 /// Is the current emission context abstract?
67 return Abstract;
70 /// Try to emit the initiaizer of the given declaration as an abstract
80 // All of the "abstract" emission methods below permit the emission to
87 // side-effects must not be emitted as an abstract expression
94 /// Try to emit the initializer of the given declaration as an abstract
98 /// Emit the result of the given expression as an abstract constant,
106 /// Try to emit the result of the given expression as an abstract constant.
172 AbstractState saved = { Abstract, PlaceholderAddresses.size() };
173 Abstract = true;