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

/freebsd-11-stable/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
31 static ClangExpressionSourceCode *CreateWrapped(llvm::StringRef filename,
34 return new ClangExpressionSourceCode(filename, "$__lldb_expr", prefix, body,
67 ClangExpressionSourceCode(llvm::StringRef filename, llvm::StringRef name,
H A DClangExpressionSourceCode.cpp1 //===-- ClangExpressionSourceCode.cpp ---------------------------*- C++ -*-===//
9 #include "ClangExpressionSourceCode.h"
34 const llvm::StringRef ClangExpressionSourceCode::g_prefix_file_name = PREFIX_NAME;
36 const char *ClangExpressionSourceCode::g_expression_prefix =
174 lldb_private::ClangExpressionSourceCode::ClangExpressionSourceCode(
296 bool ClangExpressionSourceCode::GetText(
489 bool ClangExpressionSourceCode::GetOriginalBodyBounds(
H A DClangUtilityFunction.cpp14 #include "ClangExpressionSourceCode.h"
46 m_function_text.assign(ClangExpressionSourceCode::g_expression_prefix);
H A DClangUserExpression.h18 #include "ClangExpressionSourceCode.h"
223 std::unique_ptr<ClangExpressionSourceCode> m_source_code;
H A DClangUserExpression.cpp406 m_source_code.reset(ClangExpressionSourceCode::CreateWrapped(
H A DClangExpressionParser.cpp126 if (filename == ClangExpressionSourceCode::g_prefix_file_name)
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile321 SRCS+= Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp

Completed in 119 milliseconds