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

/external/lldb/source/DataFormatters/
H A DNSDictionary.cpp35 ClangASTContext *target_ast_context = target_sp->GetScratchClangASTContext(); local
37 if (target_ast_context)
39 clang::ASTContext *ast = target_ast_context->getASTContext();
66 clang_type = target_ast_context->CreateRecordType(NULL, lldb::eAccessPublic, type_name, clang::TTK_Struct, lldb::eLanguageTypeC);
71 ClangASTType id_clang_type = target_ast_context->GetBasicType (eBasicTypeObjCID);

Completed in 57 milliseconds