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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp308 static ClangASTMap &GetASTMap() { function
516 GetASTMap().Insert(&existing_ctxt, this);
606 GetASTMap().Erase(m_ast_up.get());
708 GetASTMap().Insert(m_ast_up.get(), this);
716 ClangASTContext *clang_ast = GetASTMap().Lookup(ast);

Completed in 118 milliseconds