Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp125 TypeSystemClang *ast_context = in GetObjectDescription() local
127 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() local
142 if (!ast_context) in GetObjectDescription()
145 CompilerType return_compiler_type = ast_context->GetCStringType(true); in GetObjectDescription()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp703 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ClangExpressionParser() local
706 "Expression ASTContext for '" + m_filename + "'", ast_context); in ClangExpressionParser()
1117 clang::ASTContext &ast_context = m_compiler->getASTContext(); in ParseInternal() local
1119 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 …]
DClangASTSource.h64 void InstallASTContext(TypeSystemClang &ast_context);
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp694 TypeSystemClang *ast_context = in LibcxxWStringSummaryProvider() local
696 if (!ast_context) in LibcxxWStringSummaryProvider()
700 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()