Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h1086 lldb::ClangPersistentVariablesUP m_persistent_variables; ///< These are the variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp10318 m_persistent_variables(new ClangPersistentVariables) {} in ClangASTContextForExpressions()
10359 return m_persistent_variables.get(); in GetPersistentExpressionState()