Searched defs:KVPair (Results 1 – 2 of 2) sorted by relevance
65 using KVPair = std::pair<const Decl *, FunctionSummary>; in findOrInsertSummary() local
209 using KVPair = std::pair<Key, std::unique_ptr<ParsedAST>>; typedef in clang::clangd::TUScheduler::ASTCache