Searched refs:RootScope (Results 1 – 3 of 3) sorted by relevance
101 struct RootScope : public Scope { struct102 RootScope(const char* localName, const FQName& fullName, const Location& location,104 virtual ~RootScope();
266 RootScope::RootScope(const char* localName, const FQName& fullName, const Location& location, in RootScope() function in android::RootScope269 RootScope::~RootScope() {} in ~RootScope()271 std::string RootScope::typeName() const { in typeName()275 status_t RootScope::validate() const { in validate()
231 RootScope mRootScope;