Searched refs:m_pdb_ast_parser_up (Results 1 – 2 of 2) sorted by relevance
1194 std::unique_ptr<PDBASTParser> m_pdb_ast_parser_up; variable
9077 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()