Searched refs:ClangExpressionParser (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.h | 42 class ClangExpressionParser : public ExpressionParser { 57 ClangExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, 63 ~ClangExpressionParser() override;
|
| H A D | ClangExpressionParser.cpp | 101 class ClangExpressionParser::LLDBPreprocessorCallbacks : public PPCallbacks { 221 ClangExpressionParser::ClangExpressionParser(ExecutionContextScope *exe_scope, in ClangExpressionParser() function in ClangExpressionParser 544 ClangExpressionParser::~ClangExpressionParser() {} in ~ClangExpressionParser() 782 bool ClangExpressionParser::Complete(CompletionRequest &request, unsigned line, in Complete() 801 unsigned ClangExpressionParser::Parse(DiagnosticManager &diagnostic_manager) { in Parse() 806 ClangExpressionParser::ParseInternal(DiagnosticManager &diagnostic_manager, in ParseInternal() 935 ClangExpressionParser::GetClangTargetABI(const ArchSpec &target_arch) { in GetClangTargetABI() 956 bool ClangExpressionParser::RewriteExpression( in RewriteExpression() 1043 lldb_private::Status ClangExpressionParser::PrepareForExecution( in PrepareForExecution() 1228 lldb_private::Status ClangExpressionParser::RunStaticInitializers( in RunStaticInitializers()
|
| H A D | ClangFunctionCaller.h | 26 class ClangExpressionParser; variable
|
| H A D | ClangUtilityFunction.cpp | 102 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
|
| H A D | ClangFunctionCaller.cpp | 195 m_parser.reset(new ClangExpressionParser(jit_process_sp.get(), *this, in CompileFunction()
|
| H A D | ClangUserExpression.cpp | 499 ClangExpressionParser parser(exe_scope, *this, generate_debug_info); in Parse() 685 ClangExpressionParser parser(exe_scope, *this, false); in Complete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 56 class ClangExpressionParser; variable
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 314 SRCS+= Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
|