Searched refs:decl_infos (Results 1 – 1 of 1) sorted by relevance
1127 std::vector<FuncDeclInfo> decl_infos; in SearchFunctionsInSymbolContexts() local1128 decl_infos.reserve(num_indices); in SearchFunctionsInSymbolContexts()1175 decl_infos.emplace_back(fdi); in SearchFunctionsInSymbolContexts()1181 for (const FuncDeclInfo &fdi : decl_infos) { in SearchFunctionsInSymbolContexts()