Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp889 TEST_F(TestTypeSystemClang, AddMethodToObjCObjectType) { in TEST_F() argument
908 clang::ObjCMethodDecl *method = TypeSystemClang::AddMethodToObjCObjectType( in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h899 static clang::ObjCMethodDecl *AddMethodToObjCObjectType(
H A DTypeSystemClang.cpp8077 clang::ObjCMethodDecl *TypeSystemClang::AddMethodToObjCObjectType( in AddMethodToObjCObjectType() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1009 m_ast.AddMethodToObjCObjectType( in ParseSubroutine()