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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
  546   m_ast_up.reset(&existing_ctxt);
  648   assert(m_ast_up);
  649   GetASTMap().Erase(m_ast_up.get());
  651     m_ast_up.release();
  666   assert(s == nullptr || &s->getASTContext() == m_ast_up.get());
  688   assert(m_ast_up);
  689   return m_ast_up.get();
  693   assert(!m_ast_up);
  695   m_ast_up.reset(new ASTContext(*getLanguageOptions(), *getSourceManager(),
  699   m_ast_up->getDiagnostics().setClient(getDiagnosticConsumer(), false);
  706     m_ast_up->InitBuiltinTypes(*target_info);
  709     m_ast_up->getTranslationUnitDecl()->setHasExternalLexicalStorage();
  713   GetASTMap().Insert(m_ast_up.get(), this);
 2148   QualType block_type = m_ast_up->getBlockPointerType(
 3244         QualType function_pointer_type = m_ast_up->getPointerType(pointee_type);