Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h24 class ClangExpressionSourceCode : public ExpressionSourceCode {
45 static ClangExpressionSourceCode *CreateWrapped(llvm::StringRef filename, in CreateWrapped()
49 return new ClangExpressionSourceCode(filename, "$__lldb_expr", prefix, body, in CreateWrapped()
76 ClangExpressionSourceCode(llvm::StringRef filename, llvm::StringRef name,
H A DClangUtilityFunction.cpp37 std::string(ClangExpressionSourceCode::g_expression_prefix) + text + in ClangUtilityFunction()
38 std::string(ClangExpressionSourceCode::g_expression_suffix), in ClangUtilityFunction()
55 std::string(ClangExpressionSourceCode::g_expression_prefix) + text + in ClangUtilityFunction()
56 std::string(ClangExpressionSourceCode::g_expression_suffix); in ClangUtilityFunction()
H A DClangExpressionSourceCode.cpp40 const llvm::StringRef ClangExpressionSourceCode::g_prefix_file_name = PREFIX_NAME;
42 const char *ClangExpressionSourceCode::g_expression_prefix =
193 lldb_private::ClangExpressionSourceCode::ClangExpressionSourceCode( in ClangExpressionSourceCode() function in lldb_private::ClangExpressionSourceCode
310 void ClangExpressionSourceCode::AddLocalVariableDecls(StreamString &stream, in AddLocalVariableDecls()
346 bool ClangExpressionSourceCode::GetText( in GetText()
521 bool ClangExpressionSourceCode::GetOriginalBodyBounds( in GetOriginalBodyBounds()
H A DClangUserExpression.h19 #include "ClangExpressionSourceCode.h"
212 ClangExpressionSourceCode::WrapKind GetWrapKind() const;
244 std::unique_ptr<ClangExpressionSourceCode> m_source_code;
H A DCMakeLists.txt12 ClangExpressionSourceCode.cpp
H A DClangUserExpression.cpp396 ClangExpressionSourceCode::WrapKind ClangUserExpression::GetWrapKind() const { in GetWrapKind()
399 using Kind = ClangExpressionSourceCode::WrapKind; in GetWrapKind()
421 m_source_code.reset(ClangExpressionSourceCode::CreateWrapped( in CreateSourceCode()
H A DClangExpressionParser.cpp133 if (filename == ClangExpressionSourceCode::g_prefix_file_name) in moduleImport()
/llvm-project/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn54 "ClangExpressionSourceCode.cpp",