Searched refs:ClangExpressionParser (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.h | 45 class ClangExpressionParser : public ExpressionParser { 66 ClangExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, 72 ~ClangExpressionParser() override;
|
D | ClangExpressionParser.cpp | 107 class ClangExpressionParser::LLDBPreprocessorCallbacks : public PPCallbacks { 344 ClangExpressionParser::ClangExpressionParser( in ClangExpressionParser() function in ClangExpressionParser 717 ClangExpressionParser::~ClangExpressionParser() {} in ~ClangExpressionParser() 999 bool ClangExpressionParser::Complete(CompletionRequest &request, unsigned line, in Complete() 1019 unsigned ClangExpressionParser::Parse(DiagnosticManager &diagnostic_manager) { in Parse() 1024 ClangExpressionParser::ParseInternal(DiagnosticManager &diagnostic_manager, in ParseInternal() 1194 ClangExpressionParser::GetClangTargetABI(const ArchSpec &target_arch) { in GetClangTargetABI() 1237 bool ClangExpressionParser::RewriteExpression( in RewriteExpression() 1310 lldb_private::Status ClangExpressionParser::PrepareForExecution( in PrepareForExecution() 1489 lldb_private::Status ClangExpressionParser::RunStaticInitializers( in RunStaticInitializers()
|
D | CMakeLists.txt | 10 ClangExpressionParser.cpp
|
D | ClangFunctionCaller.h | 24 class ClangExpressionParser; variable
|
D | ClangUtilityFunction.cpp | 105 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
|
D | ClangFunctionCaller.cpp | 191 auto *clang_parser = new ClangExpressionParser(jit_process_sp.get(), *this, in CompileFunction()
|
D | ClangUserExpression.cpp | 625 ClangExpressionParser parser(exe_scope, *this, generate_debug_info, in Parse() 810 ClangExpressionParser parser(exe_scope, *this, false); in Complete()
|