Searched refs:FUNCTION_SCOPE (Results 1 – 3 of 3) sorted by relevance
92 FUNCTION_SCOPE, // the top-level scope for a function enumerator191 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; } in is_function_scope()
402 case Scope::FUNCTION_SCOPE: return "function"; in Header()
3664 { Scope::Type type = Scope::FUNCTION_SCOPE; in ParseFunctionLiteral()