Home
last modified time | relevance | path

Searched refs:ClangExpressionParser (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h45 class ClangExpressionParser : public ExpressionParser {
66 ClangExpressionParser(ExecutionContextScope *exe_scope, Expression &expr,
72 ~ClangExpressionParser() override;
H A DClangExpressionParser.cpp106 class ClangExpressionParser::LLDBPreprocessorCallbacks : public PPCallbacks {
358 ClangExpressionParser::ClangExpressionParser( in ClangExpressionParser() function in ClangExpressionParser
701 ClangExpressionParser::~ClangExpressionParser() = default;
984 bool ClangExpressionParser::Complete(CompletionRequest &request, unsigned line, in Complete()
1004 unsigned ClangExpressionParser::Parse(DiagnosticManager &diagnostic_manager) { in Parse()
1009 ClangExpressionParser::ParseInternal(DiagnosticManager &diagnostic_manager, in ParseInternal()
1180 ClangExpressionParser::GetClangTargetABI(const ArchSpec &target_arch) { in GetClangTargetABI()
1223 bool ClangExpressionParser::RewriteExpression( in RewriteExpression()
1296 lldb_private::Status ClangExpressionParser::PrepareForExecution( in PrepareForExecution()
1473 lldb_private::Status ClangExpressionParser::RunStaticInitializers( in RunStaticInitializers()
H A DClangUserExpression.h32 class ClangExpressionParser; variable
244 std::unique_ptr<ClangExpressionParser> m_parser;
H A DClangUtilityFunction.cpp123 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
H A DClangFunctionCaller.cpp192 auto *clang_parser = new ClangExpressionParser(jit_process_sp.get(), *this, in CompileFunction()
H A DClangUserExpression.cpp576 m_parser = std::make_unique<ClangExpressionParser>( in TryParse()
849 ClangExpressionParser parser(exe_scope, *this, false); in Complete()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile365 SRCS+= Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp