Searched refs:ClangPersistentVariables (Results 1 – 16 of 16) sorted by relevance
29 char ClangPersistentVariables::ID;31 ClangPersistentVariables::ClangPersistentVariables( in ClangPersistentVariables() function in ClangPersistentVariables35 ExpressionVariableSP ClangPersistentVariables::CreatePersistentVariable( in CreatePersistentVariable()40 ExpressionVariableSP ClangPersistentVariables::CreatePersistentVariable( in CreatePersistentVariable()48 void ClangPersistentVariables::RemovePersistentVariable( in RemovePersistentVariable()75 ClangPersistentVariables::GetCompilerTypeFromPersistentDecl( in GetCompilerTypeFromPersistentDecl()90 void ClangPersistentVariables::RegisterPersistentDecl( in RegisterPersistentDecl()106 ClangPersistentVariables::GetPersistentDecl(ConstString name) { in GetPersistentDecl()111 ClangPersistentVariables::GetClangASTImporter() { in GetClangASTImporter()119 ClangPersistentVariables::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor()[all …]
34 class ClangPersistentVariables35 : public llvm::RTTIExtends<ClangPersistentVariables,41 ClangPersistentVariables(std::shared_ptr<Target> target_sp);43 ~ClangPersistentVariables() override = default;
32 class ClangPersistentVariables; variable325 ClangPersistentVariables *m_persistent_vars =
19 ClangPersistentVariables.cpp
185 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap()
24 #include "ClangPersistentVariables.h"331 m_clang_state = llvm::cast<ClangPersistentVariables>(persistent_state); in SetupPersistentState() 351 auto *persistent_state = llvm::cast<ClangPersistentVariables>( in SetupDeclVendor() 964 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap()
243 ClangPersistentVariables *m_clang_state;
69 #include "ClangPersistentVariables.h"115 ClangPersistentVariables &m_persistent_vars; in LLDBPreprocessorCallbacks() 122 ClangPersistentVariables &persistent_vars, in moduleImport() 863 if (auto *clang_persistent_vars = llvm::cast<ClangPersistentVariables>(
12 #include "ClangPersistentVariables.h"453 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in RecordPersistentDecl()
367 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetText()
1499 auto persistent_vars = llvm::cast<ClangPersistentVariables>( in GetClangModulesDeclVendor()
15 #include "ClangPersistentVariables.h"130 m_parser_vars->m_persistent_vars = llvm::cast<ClangPersistentVariables>( in WillParse()
61 "ClangPersistentVariables.cpp",
960 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetTypeScavenger()
33 #include "Plugins/ExpressionParser/Clang/ClangPersistentVariables.h"1354 std::unique_ptr<ClangPersistentVariables> m_persistent_variables;
53 #include "Plugins/ExpressionParser/Clang/ClangPersistentVariables.h"9671 new ClangPersistentVariables(target.shared_from_this())) { in ScratchTypeSystemClang()