Searched refs:ClangExpressionParser (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.h | 45 class ClangExpressionParser : public ExpressionParser { 66 ClangExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, 72 ~ClangExpressionParser() override;
|
| H A D | ClangExpressionParser.cpp | 106 class ClangExpressionParser::LLDBPreprocessorCallbacks : public PPCallbacks { 358 ClangExpressionParser::ClangExpressionParser( in ClangExpressionParser() function in ClangExpressionParser 704 ClangExpressionParser::~ClangExpressionParser() = default; 987 bool ClangExpressionParser::Complete(CompletionRequest &request, unsigned line, in Complete() 1007 unsigned ClangExpressionParser::Parse(DiagnosticManager &diagnostic_manager) { in Parse() 1012 ClangExpressionParser::ParseInternal(DiagnosticManager &diagnostic_manager, in ParseInternal() 1183 ClangExpressionParser::GetClangTargetABI(const ArchSpec &target_arch) { in GetClangTargetABI() 1226 bool ClangExpressionParser::RewriteExpression( in RewriteExpression() 1299 lldb_private::Status ClangExpressionParser::DoPrepareForExecution( in DoPrepareForExecution()
|
| H A D | ClangUserExpression.h | 32 class ClangExpressionParser; variable 244 std::unique_ptr<ClangExpressionParser> m_parser;
|
| H A D | ClangUtilityFunction.cpp | 122 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
|
| H A D | ClangFunctionCaller.cpp | 192 auto *clang_parser = new ClangExpressionParser(jit_process_sp.get(), *this, in CompileFunction()
|
| H A D | ClangUserExpression.cpp | 574 m_parser = std::make_unique<ClangExpressionParser>( in TryParse() 819 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Complete()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 384 SRCS+= Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
|