Home
last modified time | relevance | path

Searched refs:ReplaceExpressionPathAtIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeFilter.cpp103 bool SBTypeFilter::ReplaceExpressionPathAtIndex(uint32_t i, const char *item) { in ReplaceExpressionPathAtIndex() function in SBTypeFilter
104 LLDB_RECORD_METHOD(bool, SBTypeFilter, ReplaceExpressionPathAtIndex, in ReplaceExpressionPathAtIndex()
213 LLDB_REGISTER_METHOD(bool, SBTypeFilter, ReplaceExpressionPathAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFilter.i41 ReplaceExpressionPathAtIndex (uint32_t i, const char* item);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFilter.h35 bool ReplaceExpressionPathAtIndex(uint32_t i, const char *item);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp61975 result = (bool)(arg1)->ReplaceExpressionPathAtIndex(arg2,(char const *)arg3); in _wrap_SBTypeFilter_ReplaceExpressionPathAtIndex()