Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp320 static ClangASTMap &GetASTMap() { in GetASTMap() function
514 GetASTMap().Insert(&existing_ctxt, this); in TypeSystemClang()
602 GetASTMap().Erase(m_ast_up.get()); in Finalize()
701 GetASTMap().Insert(m_ast_up.get(), this); in CreateASTContext()
709 TypeSystemClang *clang_ast = GetASTMap().Lookup(ast); in GetASTContext()