Searched defs:Scope (Results 1 – 4 of 4) sorted by relevance
35 struct Scope : public NamedType { struct91 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() function34 ~Scope() {} in ~Scope() argument
130 enum class Scope : uint8_t { enum