Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1194 std::unique_ptr<PDBASTParser> m_pdb_ast_parser_up; variable
H A DTypeSystemClang.cpp9077 if (!m_pdb_ast_parser_up) in GetPDBParser()
9078 m_pdb_ast_parser_up = std::make_unique<PDBASTParser>(*this); in GetPDBParser()
9079 return m_pdb_ast_parser_up.get(); in GetPDBParser()
9101 if (!importer && m_pdb_ast_parser_up) in LayoutRecordType()
9102 importer = &m_pdb_ast_parser_up->GetClangASTImporter(); in LayoutRecordType()