Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h42 class ClangExpressionParser : public ExpressionParser {
57 ClangExpressionParser(ExecutionContextScope *exe_scope, Expression &expr,
63 ~ClangExpressionParser() override;
H A DClangExpressionParser.cpp101 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 DClangFunctionCaller.h26 class ClangExpressionParser; variable
H A DClangUtilityFunction.cpp102 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
H A DClangFunctionCaller.cpp195 m_parser.reset(new ClangExpressionParser(jit_process_sp.get(), *this, in CompileFunction()
H A DClangUserExpression.cpp499 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 Dlldb-forward.h56 class ClangExpressionParser; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile314 SRCS+= Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp