Home
last modified time | relevance | path

Searched refs:ClangPersistentVariables (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp27 ClangPersistentVariables::ClangPersistentVariables( in ClangPersistentVariables() function in ClangPersistentVariables
32 ExpressionVariableSP ClangPersistentVariables::CreatePersistentVariable( in CreatePersistentVariable()
37 ExpressionVariableSP ClangPersistentVariables::CreatePersistentVariable( in CreatePersistentVariable()
45 void ClangPersistentVariables::RemovePersistentVariable( in RemovePersistentVariable()
72 ClangPersistentVariables::GetCompilerTypeFromPersistentDecl( in GetCompilerTypeFromPersistentDecl()
87 void ClangPersistentVariables::RegisterPersistentDecl(ConstString name, in RegisterPersistentDecl()
103 ClangPersistentVariables::GetPersistentDecl(ConstString name) { in GetPersistentDecl()
108 ClangPersistentVariables::GetClangASTImporter() { in GetClangASTImporter()
116 ClangPersistentVariables::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor()
125 ClangPersistentVariables::GetNextPersistentVariableName(bool is_error) { in GetNextPersistentVariableName()
H A DClangPersistentVariables.h33 class ClangPersistentVariables : public PersistentExpressionState {
35 ClangPersistentVariables(std::shared_ptr<Target> target_sp);
37 ~ClangPersistentVariables() override = default;
H A DClangExpressionDeclMap.h31 class ClangPersistentVariables; variable
324 ClangPersistentVariables *m_persistent_vars =
H A DClangUtilityFunction.cpp183 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap()
H A DClangUserExpression.cpp334 m_clang_state = llvm::cast<ClangPersistentVariables>(persistent_state); in SetupPersistentState()
355 auto *persistent_state = llvm::cast<ClangPersistentVariables>( in SetupDeclVendor()
955 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap()
H A DClangUserExpression.h231 ClangPersistentVariables *m_clang_state;
H A DClangExpressionParser.cpp109 ClangPersistentVariables &m_persistent_vars;
116 ClangPersistentVariables &persistent_vars, in LLDBPreprocessorCallbacks()
691 if (auto *clang_persistent_vars = llvm::cast<ClangPersistentVariables>( in ClangExpressionParser()
H A DClangExpressionSourceCode.cpp321 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetText()
H A DASTResultSynthesizer.cpp445 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in CommitPersistentDecls()
H A DClangASTSource.cpp1747 auto persistent_vars = llvm::cast<ClangPersistentVariables>( in GetClangModulesDeclVendor()
H A DClangExpressionDeclMap.cpp110 m_parser_vars->m_persistent_vars = llvm::cast<ClangPersistentVariables>( in WillParse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp59 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in BlockPointerSyntheticFrontEnd()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1008 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetTypeScavenger()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1217 std::unique_ptr<ClangPersistentVariables> m_persistent_variables;
H A DTypeSystemClang.cpp9729 new ClangPersistentVariables(target.shared_from_this())) { in ScratchTypeSystemClang()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile351 SRCS+= Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp