Searched refs:ast_context (Results 1 – 4 of 4) sorted by relevance
126 TypeSystemClang *ast_context = in GetObjectDescription() local128 if (!ast_context) in GetObjectDescription()131 CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()133 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()142 TypeSystemClang *ast_context = ScratchTypeSystemClang::GetForTarget(*target); in GetObjectDescription() local143 if (!ast_context) in GetObjectDescription()146 CompilerType return_compiler_type = ast_context->GetCStringType(true); in GetObjectDescription()
715 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ClangExpressionParser() local718 "Expression ASTContext for '" + m_filename + "'", ast_context); in ClangExpressionParser()1131 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ParseInternal() local1133 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()1137 if (ast_context.getLangOpts().Modules) { in ParseInternal()1149 if (ast_context.getExternalSource()) { in ParseInternal()1151 new ExternalASTSourceWrapper(ast_context.getExternalSource()); in ParseInternal()1158 ast_context.setExternalSource(Source); in ParseInternal()1160 ast_context.setExternalSource(ast_source); in ParseInternal()1166 if (ast_context.getLangOpts().Modules) { in ParseInternal()[all …]
64 void InstallASTContext(TypeSystemClang &ast_context);
847 TypeSystemClang *ast_context = in LibcxxWStringSummaryProvider() local849 if (!ast_context) in LibcxxWStringSummaryProvider()853 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()