Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/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.cpp42 std::string(ClangExpressionSourceCode::g_expression_prefix) + text + in ClangUtilityFunction()
43 std::string(ClangExpressionSourceCode::g_expression_suffix), in ClangUtilityFunction()
60 std::string(ClangExpressionSourceCode::g_expression_prefix) + text + in ClangUtilityFunction()
61 std::string(ClangExpressionSourceCode::g_expression_suffix); in ClangUtilityFunction()
H A DClangExpressionSourceCode.cpp36 const llvm::StringRef ClangExpressionSourceCode::g_prefix_file_name = PREFIX_NAME;
38 const char *ClangExpressionSourceCode::g_expression_prefix =
179 lldb_private::ClangExpressionSourceCode::ClangExpressionSourceCode( in ClangExpressionSourceCode() function in lldb_private::ClangExpressionSourceCode
268 void ClangExpressionSourceCode::AddLocalVariableDecls( in AddLocalVariableDecls()
299 bool ClangExpressionSourceCode::GetText( in GetText()
477 bool ClangExpressionSourceCode::GetOriginalBodyBounds( in GetOriginalBodyBounds()
H A DClangUserExpression.h200 ClangExpressionSourceCode::WrapKind GetWrapKind() const;
232 std::unique_ptr<ClangExpressionSourceCode> m_source_code;
H A DClangUserExpression.cpp401 ClangExpressionSourceCode::WrapKind ClangUserExpression::GetWrapKind() const { in GetWrapKind()
404 using Kind = ClangExpressionSourceCode::WrapKind; in GetWrapKind()
426 m_source_code.reset(ClangExpressionSourceCode::CreateWrapped( in CreateSourceCode()
H A DClangExpressionParser.cpp127 if (filename == ClangExpressionSourceCode::g_prefix_file_name) in moduleImport()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile345 SRCS+= Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp