Lines Matching full: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; in isAbstract()
73 /// Try to emit the initiaizer of the given declaration as an abstract
83 // All of the "abstract" emission methods below permit the emission to
90 // side-effects must not be emitted as an abstract expression
97 /// Try to emit the initializer of the given declaration as an abstract
101 /// Emit the result of the given expression as an abstract constant,
109 /// Try to emit the result of the given expression as an abstract constant.
175 AbstractState saved = { Abstract, PlaceholderAddresses.size() }; in pushAbstract()
176 Abstract = true; in pushAbstract()