Searched refs:declaration (Results 1 – 25 of 27) sorted by relevance
12
98 for (auto *declaration : *mFieldDeclarations) { in generateBody()99 declaration->generateCommentText(out); in generateBody()100 declaration->generateSource(out); in generateBody()108 for (auto &declaration : *mFieldDeclarations) { in processContents()109 declaration->processContents(ast); in processContents()159 for (auto &declaration : *mFieldDeclarations) { in isInterface()160 if (declaration->decType() == FunctionDeclaration::type()) { in isInterface()
121 for (auto &declaration : *mDeclarations) { in processContents()122 CHECK(declaration != nullptr); in processContents()124 declaration->processContents(*this); in processContents()257 status_t AST::generateFile(CompositeDeclaration* declaration) const { in generateFile()258 std::string fileName = declaration->getInterfaceName() + ".hal"; in generateFile()271 declaration->generateInterface(out); in generateFile()292 for (auto &declaration : *mDeclarations) { in generateTypesFile()293 declaration->generateCommentText(out); in generateTypesFile()294 declaration->generateSource(out); in generateTypesFile()
21 TypeDef::TypeDef(const std::string &name, Declaration* declaration) in TypeDef() argument22 : Declaration(name), mDeclaration(declaration) in TypeDef()
136 %type<declaration> declaration147 %type<declaration> enum_var_line enum_var_last_line154 android::Declaration *declaration;196 | declarations declaration212 declaration272 $$->setComment("/* from namespace declaration */");417 // as a parameter declaration
29 TypeDef(const std::string &name, Declaration* declaration);
82 status_t generateFile(CompositeDeclaration* declaration) const;
1 Cyclic declaration
1 C++ forward declaration doesn't support inner types
427 unique_ptr<Declaration> declaration) in CppNamespace() argument429 declarations_.push_back(std::move(declaration)); in CppNamespace()455 for (const auto& declaration : declarations_) { in Write() local456 declaration->Write(to); in Write()
94 AidlDefinedType* declaration;153 %type<declaration> decl157 %type<declaration> unannotated_decl
352 std::unique_ptr<Declaration> declaration);
114 | declarations declaration116 declaration
233 // forward declaration?).
29 ;; exported_audio_prop type. We need this typeattribute declaration so that the
23 ;; exported_audio_prop type. We need this typeattribute declaration so that the
526 # name. If set to NO the members will appear in declaration order.533 # name. If set to NO the members will appear in declaration order. Note that
551 # name. If set to NO, the members will appear in declaration order.558 # name. If set to NO, the members will appear in declaration order. Note that