Searched refs:emitJavaTypeDeclarations (Results 1 – 10 of 10) sorted by relevance
149 status_t Scope::emitJavaTypeDeclarations( in emitJavaTypeDeclarations() function in android::Scope152 return type->emitJavaTypeDeclarations(out, atTopLevel); in emitJavaTypeDeclarations()
88 type->emitJavaTypeDeclarations(out, true /* atTopLevel */); in generateJavaTypes()260 status_t err = emitJavaTypeDeclarations(out); in generateJava()700 status_t AST::emitJavaTypeDeclarations(Formatter &out) const { in emitJavaTypeDeclarations() function in android::AST701 return mRootScope->emitJavaTypeDeclarations(out, false /* atTopLevel */); in emitJavaTypeDeclarations()
57 status_t emitJavaTypeDeclarations(
120 status_t emitJavaTypeDeclarations(
84 status_t emitJavaTypeDeclarations(
279 status_t emitJavaTypeDeclarations(Formatter &out) const;
203 virtual status_t emitJavaTypeDeclarations(
552 status_t CompoundType::emitJavaTypeDeclarations( in emitJavaTypeDeclarations() function in android::CompoundType566 Scope::emitJavaTypeDeclarations(out, false /* atTopLevel */); in emitJavaTypeDeclarations()
394 status_t Type::emitJavaTypeDeclarations(Formatter &, bool) const { in emitJavaTypeDeclarations() function in android::Type
352 status_t EnumType::emitJavaTypeDeclarations(Formatter &out, bool atTopLevel) const { in emitJavaTypeDeclarations() function in android::EnumType