Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h98 clang::LangOptions *getLanguageOptions();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp851 m_ast_ap.reset(new ASTContext(*getLanguageOptions(), *getSourceManager(), in getASTContext()
895 new IdentifierTable(*ClangASTContext::getLanguageOptions(), nullptr)); in getIdentifierTable()
899 LangOptions *ClangASTContext::getLanguageOptions() { in getLanguageOptions() function in ClangASTContext