Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp325 ClangASTMap; typedef
327 static ClangASTMap &GetASTMap() { in GetASTMap()
328 static ClangASTMap *g_map_ptr = nullptr; in GetASTMap()
331 g_map_ptr = new ClangASTMap(); // leaked on purpose to avoid spins in GetASTMap()