Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h341 CompilerType CreateObjCClass(const char *name, clang::DeclContext *decl_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1485 return CreateObjCClass(name, decl_ctx, isForwardDecl, isInternal, metadata); in CreateRecordType()
1846 CompilerType ClangASTContext::CreateObjCClass(const char *name, in CreateObjCClass() function in ClangASTContext