Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp319 static ClangASTMap &GetASTMap() { in GetASTMap() function
576 GetASTMap().Insert(&existing_ctxt, this); in TypeSystemClang()
662 GetASTMap().Erase(m_ast_up.get()); in Finalize()
762 GetASTMap().Insert(m_ast_up.get(), this); in CreateASTContext()
770 TypeSystemClang *clang_ast = GetASTMap().Lookup(ast); in GetASTContext()