Searched defs:Scope (Results 1 – 5 of 5) sorted by relevance
36 struct Scope : public NamedType { struct95 DISALLOW_COPY_AND_ASSIGN(Scope); argument
33 Scope::Scope(const std::string& localName, const FQName& fullName, const Location& location, 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