Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtilityFunction.cpp166 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap() local
167 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
DClangExpressionSourceCode.cpp318 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetText() local
320 if (decl_vendor && persistent_vars) { in GetText()
322 persistent_vars->GetHandLoadedClangModules(); in GetText()
DASTResultSynthesizer.cpp445 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in CommitPersistentDecls() local
452 Decl *D_scratch = persistent_vars->GetClangASTImporter()->DeportDecl( in CommitPersistentDecls()
471 persistent_vars->RegisterPersistentDecl(name_cs, NamedDecl_scratch, in CommitPersistentDecls()
DClangUserExpression.cpp919 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap() local
920 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
DClangExpressionParser.cpp116 ClangPersistentVariables &persistent_vars, in LLDBPreprocessorCallbacks() argument
118 : m_decl_vendor(decl_vendor), m_persistent_vars(persistent_vars), in LLDBPreprocessorCallbacks()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp63 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in BlockPointerSyntheticFrontEnd() local
64 clang_ast_importer = persistent_vars->GetClangASTImporter(); in BlockPointerSyntheticFrontEnd()
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp477 if (auto *persistent_vars = in DoExecute() local
480 persistent_vars->GetCompilerTypeFromPersistentDecl( in DoExecute()