Searched refs:emitGlobalTypeDeclarations (Results 1 – 7 of 7) sorted by relevance
177 void Scope::emitGlobalTypeDeclarations(Formatter& out) const { in emitGlobalTypeDeclarations() function in android::Scope179 type->emitGlobalTypeDeclarations(out); in emitGlobalTypeDeclarations()
68 void emitGlobalTypeDeclarations(Formatter& out) const override;
103 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
408 void EnumType::emitGlobalTypeDeclarations(Formatter& out) const { in emitGlobalTypeDeclarations() function in android::EnumType
387 mRootScope.emitGlobalTypeDeclarations(out); in generateInterfaceHeader()