Searched refs:const_declaration (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp669 bool Library::ConsumeConstDeclaration(std::unique_ptr<raw::ConstDeclaration> const_declaration) { argument
670 auto attributes = std::move(const_declaration->attributes);
671 auto location = const_declaration->identifier->location();
674 if (!ConsumeType(std::move(const_declaration->type), location, &type))
678 if (!ConsumeConstant(std::move(const_declaration->constant), location, &constant))
902 for (auto& const_declaration : const_declaration_list) {
903 if (!ConsumeConstDeclaration(std::move(const_declaration))) {
965 bool Library::TypecheckConst(const Const* const_declaration) { argument
966 auto type = const_declaration->type.get();
967 auto constant = const_declaration
1308 CompileConst(Const* const_declaration) argument
[all...]
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dflat_ast.h587 bool ConsumeConstDeclaration(std::unique_ptr<raw::ConstDeclaration> const_declaration);
597 bool TypecheckConst(const Const* const_declaration);
624 bool CompileConst(Const* const_declaration);

Completed in 20 milliseconds