Home | History | Annotate | Download | only in Core

Lines Matching refs:FindTypes

609 ModuleList::FindTypes (const SymbolContext& sc, const ConstString &name, bool name_is_fully_qualified, size_t max_matches, TypeList& types) const
623 total_matches += (*pos)->FindTypes (sc, name, name_is_fully_qualified, max_matches, types);
640 total_matches += (*pos)->FindTypes (world_sc, name, name_is_fully_qualified, max_matches, types);