Home
last modified time | relevance | path

Searched refs:CreateObjCClass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp293 ast.CreateObjCClass("objc_class", ast.GetTranslationUnitDecl(), in TEST_F()
891 CompilerType c = m_ast->CreateObjCClass("A", m_ast->GetTranslationUnitDecl(), in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h378 CompilerType CreateObjCClass(llvm::StringRef name,
H A DTypeSystemClang.cpp1283 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()
1808 CompilerType TypeSystemClang::CreateObjCClass( in CreateObjCClass() function in TypeSystemClang