Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp4341 clang::ObjCMethodDecl *objc_method_decl = in GetMemberFunctionAtIndex() local
4343 if (objc_method_decl) { in GetMemberFunctionAtIndex()
4344 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()
4345 name = objc_method_decl->getSelector().getAsString(); in GetMemberFunctionAtIndex()
4346 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
4371 clang::ObjCMethodDecl *objc_method_decl = in GetMemberFunctionAtIndex() local
4373 if (objc_method_decl) { in GetMemberFunctionAtIndex()
4374 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()
4375 name = objc_method_decl->getSelector().getAsString(); in GetMemberFunctionAtIndex()
4376 if (objc_method_decl->isClassMethod()) in GetMemberFunctionAtIndex()
[all …]
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp991 clang::ObjCMethodDecl *objc_method_decl = in ParseSubroutine() local
996 type_handled = objc_method_decl != NULL; in ParseSubroutine()
998 LinkDeclContextToDIE(objc_method_decl, die); in ParseSubroutine()
999 m_ast.SetMetadataAsUserID(objc_method_decl, die.GetID()); in ParseSubroutine()