Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.h45 class ClangExpressionParser : public ExpressionParser {
66 ClangExpressionParser(ExecutionContextScope *exe_scope, Expression &expr,
72 ~ClangExpressionParser() override;
DClangExpressionParser.cpp107 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()
DCMakeLists.txt10 ClangExpressionParser.cpp
DClangFunctionCaller.h24 class ClangExpressionParser; variable
DClangUtilityFunction.cpp105 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
DClangFunctionCaller.cpp191 auto *clang_parser = new ClangExpressionParser(jit_process_sp.get(), *this, in CompileFunction()
DClangUserExpression.cpp625 ClangExpressionParser parser(exe_scope, *this, generate_debug_info, in Parse()
810 ClangExpressionParser parser(exe_scope, *this, false); in Complete()