Searched defs:Scope (Results 1 – 3 of 3) sorted by relevance
32 struct Scope { struct33 Scope() {} in Scope() function34 ~Scope() {} in ~Scope() argument
32 struct Scope : public NamedType { struct77 DISALLOW_COPY_AND_ASSIGN(Scope); argument
27 Scope::Scope(const char* localName, const Location& location, Scope* parent) in Scope() function in android::Scope