Searched refs:target_ast_context (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp68 ClangASTContext *target_ast_context = ClangASTContext::GetScratch(*target_sp); local
70 if (target_ast_context) {
74 target_ast_context->GetTypeForIdentifier<clang::CXXRecordDecl>(
78 compiler_type = target_ast_context->CreateRecordType(
85 target_ast_context->GetBasicType(eBasicTypeObjCID);

Completed in 111 milliseconds