reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 9856   if (!m_pdb_ast_parser_up)
 9857     m_pdb_ast_parser_up.reset(new PDBASTParser(*this));
 9858   return m_pdb_ast_parser_up.get();
 9873   if (!importer && ast->m_pdb_ast_parser_up)
 9874     importer = &ast->m_pdb_ast_parser_up->GetClangASTImporter();