Searched refs:emitGlobalTypeDeclarations (Results 1 – 7 of 7) sorted by relevance
193 void Scope::emitGlobalTypeDeclarations(Formatter& out) const { in emitGlobalTypeDeclarations() function in android::Scope195 type->emitGlobalTypeDeclarations(out); in emitGlobalTypeDeclarations()
71 void emitGlobalTypeDeclarations(Formatter& out) const override;
104 void emitGlobalTypeDeclarations(Formatter& out) const override;
260 virtual void emitGlobalTypeDeclarations(Formatter& out) const;
612 void Type::emitGlobalTypeDeclarations(Formatter&) const {} in emitGlobalTypeDeclarations() function in android::Type
424 void EnumType::emitGlobalTypeDeclarations(Formatter& out) const { in emitGlobalTypeDeclarations() function in android::EnumType
387 mRootScope.emitGlobalTypeDeclarations(out); in generateInterfaceHeader()