Searched refs:persistent_vars (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp186 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); local
187 ast_importer = persistent_vars->GetClangASTImporter();
H A DClangExpressionSourceCode.cpp367 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( local
370 persistent_vars->GetClangModulesDeclVendor();
373 persistent_vars->GetHandLoadedClangModules();
H A DASTResultSynthesizer.cpp461 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state);
469 Decl *D_scratch = persistent_vars->GetClangASTImporter()->DeportDecl(
488 persistent_vars->RegisterPersistentDecl(ConstString(name),
H A DClangUserExpression.cpp992 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); local
993 ast_importer = persistent_vars->GetClangASTImporter();
H A DClangExpressionParser.cpp115 ClangPersistentVariables &persistent_vars,
117 : m_decl_vendor(decl_vendor), m_persistent_vars(persistent_vars),
114 LLDBPreprocessorCallbacks(ClangModulesDeclVendor &decl_vendor, ClangPersistentVariables &persistent_vars, clang::SourceManager &source_mgr) argument
H A DClangASTSource.cpp1737 auto persistent_vars = llvm::cast<ClangPersistentVariables>( local
1739 return persistent_vars->GetClangModulesDeclVendor();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp960 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( local
964 persistent_vars->GetClangModulesDeclVendor()) {
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp476 if (auto *persistent_vars =
479 persistent_vars->GetCompilerTypeFromPersistentDecl(

Completed in 225 milliseconds