Searched refs:resolveInheritance (Results 1 – 10 of 10) sorted by relevance
48 status_t resolveInheritance() override;
101 status_t resolveInheritance() override;
70 status_t ArrayType::resolveInheritance() { in resolveInheritance() function in android::ArrayType77 return Type::resolveInheritance(); in resolveInheritance()
110 err = resolveInheritance(); in postParse()289 status_t AST::resolveInheritance() { in resolveInheritance() function in android::AST291 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, &Type::resolveInheritance, in resolveInheritance()
74 status_t resolveInheritance() override;
107 status_t resolveInheritance();
505 status_t Interface::resolveInheritance() { in resolveInheritance() function in android::Interface523 return Scope::resolveInheritance(); in resolveInheritance()
103 virtual status_t resolveInheritance();
65 status_t EnumType::resolveInheritance() { in resolveInheritance() function in android::EnumType83 return Scope::resolveInheritance(); in resolveInheritance()
205 status_t Type::resolveInheritance() { in resolveInheritance() function in android::Type