Lines Matching refs:ClangUserExpression

66 char ClangUserExpression::ID;
68 ClangUserExpression::ClangUserExpression( in ClangUserExpression() function in ClangUserExpression
93 ClangUserExpression::~ClangUserExpression() = default;
95 void ClangUserExpression::ScanContext(ExecutionContext &exe_ctx, Status &err) { in ScanContext()
328 bool ClangUserExpression::SetupPersistentState(DiagnosticManager &diagnostic_manager, in SetupPersistentState()
401 ClangExpressionSourceCode::WrapKind ClangUserExpression::GetWrapKind() const { in GetWrapKind()
417 void ClangUserExpression::CreateSourceCode( in CreateSourceCode()
526 bool ClangUserExpression::PrepareForParsing( in PrepareForParsing()
559 bool ClangUserExpression::TryParse( in TryParse()
627 void ClangUserExpression::SetupCppModuleImports(ExecutionContext &exe_ctx) { in SetupCppModuleImports()
649 bool ClangUserExpression::Parse(DiagnosticManager &diagnostic_manager, in Parse()
803 bool ClangUserExpression::Complete(ExecutionContext &exe_ctx, in Complete()
871 bool ClangUserExpression::AddArguments(ExecutionContext &exe_ctx, in AddArguments()
941 lldb::ExpressionVariableSP ClangUserExpression::GetResultAfterDematerialization( in GetResultAfterDematerialization()
946 void ClangUserExpression::ClangUserExpressionHelper::ResetDeclMap( in ResetDeclMap()
964 ClangUserExpression::ClangUserExpressionHelper::ASTTransformer( in ASTTransformer()
972 void ClangUserExpression::ClangUserExpressionHelper::CommitPersistentDecls() { in CommitPersistentDecls()
978 ConstString ClangUserExpression::ResultDelegate::GetName() { in GetName()
982 void ClangUserExpression::ResultDelegate::DidDematerialize( in DidDematerialize()
987 void ClangUserExpression::ResultDelegate::RegisterPersistentState( in RegisterPersistentState()
992 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable()