Searched refs:FunctionScope (Results 1 – 3 of 3) sorted by relevance
158 elif isinstance(self, FunctionScope) and sc == SC_LOCAL:178 class FunctionScope(Scope): class196 class LambdaScope(FunctionScope):231 scope = FunctionScope(node.name, self.module, self.klass)232 if parent.nested or isinstance(parent, FunctionScope):241 if parent.nested or isinstance(parent, FunctionScope) \274 if parent.nested or isinstance(parent, FunctionScope):297 if parent.nested or isinstance(parent, FunctionScope):
181 struct FunctionScope { struct182 explicit FunctionScope(AsmTyper* typer) : typer_(typer) { in FunctionScope() function189 ~FunctionScope() { in ~FunctionScope() argument
1117 FunctionScope _(this); in ValidateFunction()