Home
last modified time | relevance | path

Searched refs:IsolatedASTKey (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1322 typedef int IsolatedASTKey; typedef
1327 llvm::DenseMap<IsolatedASTKey, std::shared_ptr<TypeSystemClang>>
H A DTypeSystemClang.cpp9509 typedef std::pair<IsolatedASTKey, TypeSystem *> KeyAndTS; in Dump()