Home
last modified time | relevance | path

Searched defs:KVPair (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h65 using KVPair = std::pair<const Decl *, FunctionSummary>; in findOrInsertSummary() local
/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.cpp209 using KVPair = std::pair<Key, std::unique_ptr<ParsedAST>>; typedef in clang::clangd::TUScheduler::ASTCache