Home
last modified time | relevance | path

Searched refs:persistent_vars (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp202 ClangPersistentVariables *persistent_vars = in GetText() local
207 persistent_vars->GetHandLoadedClangModules(); in GetText()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp109 ClangPersistentVariables &persistent_vars) in LLDBPreprocessorCallbacks() argument
110 : m_decl_vendor(decl_vendor), m_persistent_vars(persistent_vars) {} in LLDBPreprocessorCallbacks()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp479 if (ClangPersistentVariables *persistent_vars = in DoExecute() local
484 persistent_vars->GetPersistentDecl( in DoExecute()