Searched refs:ClangExpressionSourceCode (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h1 //===-- ClangExpressionSourceCode.h -----------------------------*- C++ -*-===//
24 class ClangExpressionSourceCode : public ExpressionSourceCode { class in namespace:lldb_private
45 static ClangExpressionSourceCode *CreateWrapped(llvm::StringRef filename,
49 return new ClangExpressionSourceCode(filename, "$__lldb_expr", prefix, body,
76 ClangExpressionSourceCode(llvm::StringRef filename, llvm::StringRef name,
H A DClangUtilityFunction.cpp12 #include "ClangExpressionSourceCode.h"
37 std::string(ClangExpressionSourceCode::g_expression_prefix) + text +
38 std::string(ClangExpressionSourceCode::g_expression_suffix),
55 std::string(ClangExpressionSourceCode::g_expression_prefix) + text +
56 std::string(ClangExpressionSourceCode::g_expression_suffix);
H A DClangExpressionSourceCode.cpp1 //===-- ClangExpressionSourceCode.cpp -------------------------------------===//
9 #include "ClangExpressionSourceCode.h"
40 const llvm::StringRef ClangExpressionSourceCode::g_prefix_file_name = PREFIX_NAME;
42 const char *ClangExpressionSourceCode::g_expression_prefix =
81 const char *ClangExpressionSourceCode::g_expression_suffix =
193 lldb_private::ClangExpressionSourceCode::ClangExpressionSourceCode( function in class:lldb_private::ClangExpressionSourceCode
310 void ClangExpressionSourceCode::AddLocalVariableDecls(StreamString &stream,
346 bool ClangExpressionSourceCode::GetText(
521 bool ClangExpressionSourceCode
[all...]
H A DClangUserExpression.h19 #include "ClangExpressionSourceCode.h"
210 ClangExpressionSourceCode::WrapKind GetWrapKind() const;
242 std::unique_ptr<ClangExpressionSourceCode> m_source_code;
H A DClangUserExpression.cpp397 ClangExpressionSourceCode::WrapKind ClangUserExpression::GetWrapKind() const {
400 using Kind = ClangExpressionSourceCode::WrapKind;
422 m_source_code.reset(ClangExpressionSourceCode::CreateWrapped(
H A DClangExpressionParser.cpp126 if (filename == ClangExpressionSourceCode::g_prefix_file_name)
/freebsd-current/lib/clang/liblldb/
H A DMakefile366 SRCS+= Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp

Completed in 102 milliseconds