Searched refs:pclass (Results 1 – 6 of 6) sorted by relevance
| /llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSynthetic.h | 404 const char *pclass, const char *pcode = nullptr) 406 if (pclass) in SyntheticChildren() 407 m_python_class = pclass; in SyntheticChildren() 429 FrontEnd(std::string pclass, ValueObject &backend);
|
| /llvm-project/lldb/source/Target/ |
| H A D | StackFrameRecognizer.cpp | 31 ScriptInterpreter *interpreter, const char *pclass) in ScriptedStackFrameRecognizer() 32 : m_interpreter(interpreter), m_python_class(pclass) { 27 ScriptedStackFrameRecognizer(ScriptInterpreter * interpreter,const char * pclass) ScriptedStackFrameRecognizer() argument
|
| /llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 158 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() argument 160 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass), in FrontEnd()
|
| /llvm-project/clang/test/SemaObjC/ |
| H A D | NSString-type.m | 3 void test(id pid, Class pclass) {
|
| /llvm-project/clang/test/SemaObjCXX/ |
| H A D | NSString-type.mm | 3 void test(id pid, Class pclass) {
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameRecognizer.h | 87 const char *pclass); in GetName()
|