Searched refs:definesInterfaces (Results 1 – 6 of 6) sorted by relevance
59 bool definesInterfaces() const;
117 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()
374 if (parent->definesInterfaces()) { in getParentInterface()