reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2023 return Scope; 2031 default: return Scope; 2037 Scope = createOrReuseLocalScope(Scope); 2037 Scope = createOrReuseLocalScope(Scope); 2038 Scope->addVar(VD); 2039 ScopePos = Scope->begin(); 2041 return Scope; 2046 Scope = createOrReuseLocalScope(Scope); 2046 Scope = createOrReuseLocalScope(Scope); 2047 Scope->addVar(VD); 2048 ScopePos = Scope->begin(); 2049 return Scope;