Home
last modified time | relevance | path

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

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