Searched refs:ast_context (Results 1 – 4 of 4) sorted by relevance
125 TypeSystemClang *ast_context = in GetObjectDescription() local127 if (!ast_context) in GetObjectDescription()130 CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()132 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()141 TypeSystemClang *ast_context = ScratchTypeSystemClang::GetForTarget(*target); in GetObjectDescription() local142 if (!ast_context) in GetObjectDescription()145 CompilerType return_compiler_type = ast_context->GetCStringType(true); in GetObjectDescription()
703 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ClangExpressionParser() local706 "Expression ASTContext for '" + m_filename + "'", ast_context); in ClangExpressionParser()1117 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ParseInternal() local1119 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()1123 if (ast_context.getLangOpts().Modules) { in ParseInternal()1135 if (ast_context.getExternalSource()) { in ParseInternal()1137 new ExternalASTSourceWrapper(ast_context.getExternalSource()); in ParseInternal()1144 ast_context.setExternalSource(Source); in ParseInternal()1146 ast_context.setExternalSource(ast_source); in ParseInternal()1152 if (ast_context.getLangOpts().Modules) { in ParseInternal()[all …]
64 void InstallASTContext(TypeSystemClang &ast_context);
694 TypeSystemClang *ast_context = in LibcxxWStringSummaryProvider() local696 if (!ast_context) in LibcxxWStringSummaryProvider()700 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()