Searched refs:ClangPersistentVariables (Results 1 – 12 of 12) sorted by relevance
25 ClangPersistentVariables::ClangPersistentVariables() in ClangPersistentVariables() function in ClangPersistentVariables29 ExpressionVariableSP ClangPersistentVariables::CreatePersistentVariable( in CreatePersistentVariable()34 ExpressionVariableSP ClangPersistentVariables::CreatePersistentVariable( in CreatePersistentVariable()42 void ClangPersistentVariables::RemovePersistentVariable( in RemovePersistentVariable()56 void ClangPersistentVariables::RegisterPersistentDecl(const ConstString &name, in RegisterPersistentDecl()71 ClangPersistentVariables::GetPersistentDecl(const ConstString &name) { in GetPersistentDecl()
31 class ClangPersistentVariables : public PersistentExpressionState {33 ClangPersistentVariables();35 ~ClangPersistentVariables() override = default;
103 ClangPersistentVariables &m_persistent_vars;109 ClangPersistentVariables &persistent_vars) in LLDBPreprocessorCallbacks()498 ClangPersistentVariables *clang_persistent_vars = in ClangExpressionParser()499 llvm::cast<ClangPersistentVariables>( in ClangExpressionParser()
366 ClangPersistentVariables *m_persistent_vars =
476 llvm::cast<ClangPersistentVariables>( in CommitPersistentDecls()
350 llvm::cast<ClangPersistentVariables>( in SetupDeclVendor()
110 m_parser_vars->m_persistent_vars = llvm::cast<ClangPersistentVariables>( in WillParse()
202 ClangPersistentVariables *persistent_vars = in GetText()203 llvm::cast<ClangPersistentVariables>( in GetText()
60 class ClangPersistentVariables; variable330 typedef std::unique_ptr<lldb_private::ClangPersistentVariables>
479 if (ClangPersistentVariables *persistent_vars = in DoExecute()480 llvm::dyn_cast_or_null<ClangPersistentVariables>( in DoExecute()
319 SRCS+= Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
10318 m_persistent_variables(new ClangPersistentVariables) {} in ClangASTContextForExpressions()