Home
last modified time | relevance | path

Searched refs:objc_method_decl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4512 clang::ObjCMethodDecl *objc_method_decl = in GetMemberFunctionAtIndex() local
4514 if (objc_method_decl) { in GetMemberFunctionAtIndex()
4515 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()
4516 name = objc_method_decl->getSelector().getAsString(); in GetMemberFunctionAtIndex()
4517 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
4542 clang::ObjCMethodDecl *objc_method_decl = in GetMemberFunctionAtIndex() local
4544 if (objc_method_decl) { in GetMemberFunctionAtIndex()
4545 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()
4546 name = objc_method_decl->getSelector().getAsString(); in GetMemberFunctionAtIndex()
4547 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1005 clang::ObjCMethodDecl *objc_method_decl = in ParseSubroutine() local
1010 type_handled = objc_method_decl != nullptr; in ParseSubroutine()
1012 LinkDeclContextToDIE(objc_method_decl, die); in ParseSubroutine()
1013 m_ast.SetMetadataAsUserID(objc_method_decl, die.GetID()); in ParseSubroutine()