Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp29 char ClangPersistentVariables::ID;
31 ClangPersistentVariables::ClangPersistentVariables( in ClangPersistentVariables() function in ClangPersistentVariables
35 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 …]
H A DClangPersistentVariables.h34 class ClangPersistentVariables
35 : public llvm::RTTIExtends<ClangPersistentVariables,
41 ClangPersistentVariables(std::shared_ptr<Target> target_sp);
43 ~ClangPersistentVariables() override = default;
H A DClangExpressionDeclMap.h32 class ClangPersistentVariables; variable
325 ClangPersistentVariables *m_persistent_vars =
H A DClangUtilityFunction.cpp185 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in ResetDeclMap()
H A DClangUserExpression.cpp330 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 ResetDeclMap()
H A DClangUserExpression.h241 ClangPersistentVariables *m_clang_state;
H A DClangExpressionParser.cpp108 ClangPersistentVariables &m_persistent_vars;
115 ClangPersistentVariables &persistent_vars, in LLDBPreprocessorCallbacks()
666 if (auto *clang_persistent_vars = llvm::cast<ClangPersistentVariables>( in ClangExpressionParser()
H A DASTResultSynthesizer.cpp461 auto *persistent_vars = llvm::cast<ClangPersistentVariables>(state); in CommitPersistentDecls()
H A DClangExpressionSourceCode.cpp367 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetText()
H A DClangASTSource.cpp1498 auto persistent_vars = llvm::cast<ClangPersistentVariables>( in GetClangModulesDeclVendor()
H A DClangExpressionDeclMap.cpp130 m_parser_vars->m_persistent_vars = llvm::cast<ClangPersistentVariables>( in WillParse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp960 auto *persistent_vars = llvm::cast<ClangPersistentVariables>( in GetTypeScavenger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1343 std::unique_ptr<ClangPersistentVariables> m_persistent_variables;
H A DTypeSystemClang.cpp9670 new ClangPersistentVariables(target.shared_from_this())) { in ScratchTypeSystemClang()
/freebsd/lib/clang/liblldb/
H A DMakefile380 SRCS+= Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp