Home
last modified time | relevance | path

Searched refs:ast_context (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp126 TypeSystemClang *ast_context = in GetObjectDescription() local
128 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() local
143 if (!ast_context) in GetObjectDescription()
146 CompilerType return_compiler_type = ast_context->GetCStringType(true); in GetObjectDescription()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp715 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ClangExpressionParser() local
718 "Expression ASTContext for '" + m_filename + "'", ast_context); in ClangExpressionParser()
1131 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ParseInternal() local
1133 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 …]
H A DClangASTSource.h64 void InstallASTContext(TypeSystemClang &ast_context);
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp847 TypeSystemClang *ast_context = in LibcxxWStringSummaryProvider() local
849 if (!ast_context) in LibcxxWStringSummaryProvider()
853 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()