Searched defs:FunctionDeclaration (Results 1 – 1 of 1) sorted by relevance
232 pub struct FunctionDeclaration { struct238 impl FunctionDeclaration { argument485 functions: &PrimaryMap<FuncId, FunctionDeclaration>, in get_names() argument700 pub fn get_functions(&self) -> impl Iterator<Item = (FuncId, &FunctionDeclaration)> { in get_functions()717 pub fn get_function_decl(&self, func_id: FuncId) -> &FunctionDeclaration { in get_function_decl()