Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp108 class ClangExpressionParser::LLDBPreprocessorCallbacks : public PPCallbacks {
360 ClangExpressionParser::ClangExpressionParser( in ClangExpressionParser() function in ClangExpressionParser
718 ClangExpressionParser::~ClangExpressionParser() = default;
1001 bool ClangExpressionParser::Complete(CompletionRequest &request, unsigned line, in Complete()
1021 unsigned ClangExpressionParser::Parse(DiagnosticManager &diagnostic_manager) { in Parse()
1026 ClangExpressionParser::ParseInternal(DiagnosticManager &diagnostic_manager, in ParseInternal()
1196 ClangExpressionParser::GetClangTargetABI(const ArchSpec &target_arch) { in GetClangTargetABI()
1239 bool ClangExpressionParser::RewriteExpression( in RewriteExpression()
1312 lldb_private::Status ClangExpressionParser::PrepareForExecution( in PrepareForExecution()
1491 lldb_private::Status ClangExpressionParser::RunStaticInitializers( in RunStaticInitializers()
H A DClangUserExpression.h32 class ClangExpressionParser; variable
241 std::unique_ptr<ClangExpressionParser> m_parser;
H A DCMakeLists.txt10 ClangExpressionParser.cpp
H A DClangUtilityFunction.cpp124 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.cpp577 m_parser = std::make_unique<ClangExpressionParser>( in TryParse()
850 ClangExpressionParser parser(exe_scope, *this, false); in Complete()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginExpressionParser/
H A DMakefile17 ClangExpressionParser.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn52 "ClangExpressionParser.cpp",