Lines Matching refs:ClangUserExpression
63 char ClangUserExpression::ID;
65 ClangUserExpression::ClangUserExpression( in ClangUserExpression() function in ClangUserExpression
90 ClangUserExpression::~ClangUserExpression() = default;
92 void ClangUserExpression::ScanContext(ExecutionContext &exe_ctx, Status &err) { in ScanContext()
325 bool ClangUserExpression::SetupPersistentState(DiagnosticManager &diagnostic_manager, in SetupPersistentState()
398 ClangExpressionSourceCode::WrapKind ClangUserExpression::GetWrapKind() const { in GetWrapKind()
414 void ClangUserExpression::CreateSourceCode( in CreateSourceCode()
523 bool ClangUserExpression::PrepareForParsing( in PrepareForParsing()
556 bool ClangUserExpression::TryParse( in TryParse()
624 void ClangUserExpression::SetupCppModuleImports(ExecutionContext &exe_ctx) { in SetupCppModuleImports()
646 bool ClangUserExpression::Parse(DiagnosticManager &diagnostic_manager, in Parse()
807 bool ClangUserExpression::Complete(ExecutionContext &exe_ctx, in Complete()
875 lldb::addr_t ClangUserExpression::GetCppObjectPointer( in GetCppObjectPointer()
903 bool ClangUserExpression::AddArguments(ExecutionContext &exe_ctx, in AddArguments()
979 lldb::ExpressionVariableSP ClangUserExpression::GetResultAfterDematerialization( in GetResultAfterDematerialization()
984 void ClangUserExpression::ClangUserExpressionHelper::ResetDeclMap( in ResetDeclMap()
1002 ClangUserExpression::ClangUserExpressionHelper::ASTTransformer( in ASTTransformer()
1010 void ClangUserExpression::ClangUserExpressionHelper::CommitPersistentDecls() { in CommitPersistentDecls()
1016 ConstString ClangUserExpression::ResultDelegate::GetName() { in GetName()
1020 void ClangUserExpression::ResultDelegate::DidDematerialize( in DidDematerialize()
1025 void ClangUserExpression::ResultDelegate::RegisterPersistentState( in RegisterPersistentState()
1030 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable()