Searched refs:definesInterfaces (Results 1 – 5 of 5) sorted by relevance
56 bool definesInterfaces() const;
101 bool Scope::definesInterfaces() const { in definesInterfaces() function in android::Scope
63 bool definesInterfaces() const;
99 bool AST::definesInterfaces() const { in definesInterfaces() function in android::AST100 return mRootScope.definesInterfaces(); in definesInterfaces()
316 } else if ((*ast)->definesInterfaces()) { in parseOptional()