Searched refs:ClangPersistentVariables (Results 1 – 15 of 15) 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 =
13 #include "ClangPersistentVariables.h"185 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap()
24 #include "ClangPersistentVariables.h"330 m_clang_state = llvm::cast<ClangPersistentVariables>(persistent_state); in SetupPersistentState() 350 auto *persistent_state = llvm::cast<ClangPersistentVariables>( in SetupDeclVendor() 963 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in AddArguments()
241 ClangPersistentVariables *m_clang_state;
65 #include "ClangPersistentVariables.h"108 ClangPersistentVariables &m_persistent_vars;115 ClangPersistentVariables &persistent_vars, in LLDBPreprocessorCallbacks() 666 if (auto *clang_persistent_vars = llvm::cast<ClangPersistentVariables>( in ClangExpressionParser()
461 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in CommitPersistentDecls()
21 #include "Plugins/ExpressionParser/Clang/ClangPersistentVariables.h"367 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetText()
1498 auto persistent_vars = llvm::cast<ClangPersistentVariables>( in layoutRecordType()
15 #include "ClangPersistentVariables.h"130 m_parser_vars->m_persistent_vars = llvm::cast<ClangPersistentVariables>( in WillParse()
960 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetTypeScavenger()
32 #include "Plugins/ExpressionParser/Clang/ClangPersistentVariables.h"1343 std::unique_ptr<ClangPersistentVariables> m_persistent_variables;
53 #include "Plugins/ExpressionParser/Clang/ClangPersistentVariables.h"9670 new ClangPersistentVariables(target.shared_from_this())) {
380 SRCS+= Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp