Searched refs:ClangExpressionSourceCode (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.h | 24 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 D | ClangUtilityFunction.cpp | 38 std::string(ClangExpressionSourceCode::g_expression_prefix) + text + in ClangUtilityFunction() 39 std::string(ClangExpressionSourceCode::g_expression_suffix), in ClangUtilityFunction() 56 std::string(ClangExpressionSourceCode::g_expression_prefix) + text + in ClangUtilityFunction() 57 std::string(ClangExpressionSourceCode::g_expression_suffix); in ClangUtilityFunction()
|
| H A D | ClangExpressionSourceCode.cpp | 39 const llvm::StringRef ClangExpressionSourceCode::g_prefix_file_name = PREFIX_NAME; 41 const char *ClangExpressionSourceCode::g_expression_prefix = 181 lldb_private::ClangExpressionSourceCode::ClangExpressionSourceCode( in ClangExpressionSourceCode() function in lldb_private::ClangExpressionSourceCode 298 void ClangExpressionSourceCode::AddLocalVariableDecls(StreamString &stream, in AddLocalVariableDecls() 334 bool ClangExpressionSourceCode::GetText( in GetText() 509 bool ClangExpressionSourceCode::GetOriginalBodyBounds( in GetOriginalBodyBounds()
|
| H A D | ClangUserExpression.h | 207 ClangExpressionSourceCode::WrapKind GetWrapKind() const; 239 std::unique_ptr<ClangExpressionSourceCode> m_source_code;
|
| H A D | CMakeLists.txt | 11 ClangExpressionSourceCode.cpp
|
| H A D | ClangUserExpression.cpp | 398 ClangExpressionSourceCode::WrapKind ClangUserExpression::GetWrapKind() const { in GetWrapKind() 401 using Kind = ClangExpressionSourceCode::WrapKind; in GetWrapKind() 423 m_source_code.reset(ClangExpressionSourceCode::CreateWrapped( in CreateSourceCode()
|
| H A D | ClangExpressionParser.cpp | 128 if (filename == ClangExpressionSourceCode::g_prefix_file_name) in moduleImport()
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginExpressionParser/ |
| H A D | Makefile | 18 ClangExpressionSourceCode.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | BUILD.gn | 53 "ClangExpressionSourceCode.cpp",
|