Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp700 TEST_F(TestTypeSystemClang, AddMethodToObjCObjectType) { in TEST_F() argument
719 clang::ObjCMethodDecl *method = TypeSystemClang::AddMethodToObjCObjectType( in TEST_F()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h909 static clang::ObjCMethodDecl *AddMethodToObjCObjectType(
DTypeSystemClang.cpp7850 clang::ObjCMethodDecl *TypeSystemClang::AddMethodToObjCObjectType( in AddMethodToObjCObjectType() function in TypeSystemClang
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp992 m_ast.AddMethodToObjCObjectType( in ParseSubroutine()