Searched defs:Scope (Results 1 – 5 of 5) sorted by relevance
35 struct Scope : public NamedType { struct92 DISALLOW_COPY_AND_ASSIGN(Scope); argument
32 Scope::Scope(const char* localName, const FQName& fullName, const Location& location, Scope* parent) in Scope() function in android::Scope
32 struct Scope { struct33 Scope() {} in Scope() argument34 ~Scope() {} in ~Scope() argument
33 enum Scope { enum
130 enum class Scope : uint8_t { enum