Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DClangASTContext.h58 getLanguageOptions();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTContext.cpp382 m_ast_ap.reset(new ASTContext (*getLanguageOptions(), in getASTContext()
413 … m_identifier_table_ap.reset(new IdentifierTable (*ClangASTContext::getLanguageOptions(), NULL)); in getIdentifierTable()
418 ClangASTContext::getLanguageOptions() in getLanguageOptions() function in ClangASTContext