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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
   93   clang::LangOptions *getLanguageOptions();

References

tools/lldb/source/Symbol/ClangASTContext.cpp
  695   m_ast_up.reset(new ASTContext(*getLanguageOptions(), *getSourceManager(),
  737         new IdentifierTable(*ClangASTContext::getLanguageOptions(), nullptr));