Lines Matching refs:Scope
69 struct Scope struct
71 Scope *enclosing; // enclosing Scope argument
86 Scope *callsc; // used for __FUNCTION__, __PRETTY_FUNCTION__ and __MODULE__ argument
126 static Scope *freelist; argument
127 static Scope *alloc();
128 static Scope *createGlobal(Module *module);
130 Scope();
132 Scope *copy();
134 Scope *push();
135 Scope *push(ScopeDsymbol *ss);
136 Scope *pop();
138 Scope *startCTFE();
139 Scope *endCTFE();