Searched refs:resolveInheritance (Results 1 – 10 of 10) sorted by relevance
48 status_t resolveInheritance() override;
73 status_t ArrayType::resolveInheritance() { in resolveInheritance() function in android::ArrayType80 return Type::resolveInheritance(); in resolveInheritance()
103 status_t resolveInheritance() override;
123 err = resolveInheritance(); in postParse()303 status_t AST::resolveInheritance() { in resolveInheritance() function in android::AST305 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, &Type::resolveInheritance, in resolveInheritance()
75 status_t resolveInheritance() override;
454 status_t Interface::resolveInheritance() { in resolveInheritance() function in android::Interface472 return Scope::resolveInheritance(); in resolveInheritance()
104 virtual status_t resolveInheritance();
117 status_t resolveInheritance();
66 status_t EnumType::resolveInheritance() { in resolveInheritance() function in android::EnumType84 return Scope::resolveInheritance(); in resolveInheritance()
211 status_t Type::resolveInheritance() { in resolveInheritance() function in android::Type