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

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

Completed in 128 milliseconds