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

/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp1049 auto decl = LookupDeclByType(identifier_type, LookupOption::kIgnoreNullable);
1070 auto decl = LookupDeclByType(type, LookupOption::kIgnoreNullable);
1102 Decl* Library::LookupDeclByType(const Type* type, LookupOption option) const { function in class:fidl::flat::Library
1146 auto type_decl = LookupDeclByType(type, option);
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dflat_ast.h616 Decl* LookupDeclByType(const flat::Type* type, LookupOption option) const;

Completed in 31 milliseconds