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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp114 ClangASTContext *ast_context = ClangASTContext::GetScratch(*target); local
115 if (!ast_context)
118 CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID);
120 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
129 ClangASTContext *ast_context = ClangASTContext::GetScratch(*target); local
130 if (!ast_context)
133 CompilerType return_compiler_type = ast_context->GetCStringType(true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp607 clang::ASTContext &ast_context = m_compiler->getASTContext(); local
609 m_ast_context.reset(new ClangASTContext(ast_context));
971 clang::ASTContext &ast_context = m_compiler->getASTContext(); local
973 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context,
977 if (ast_context.getLangOpts().Modules) {
988 if (ast_context.getExternalSource()) {
990 new ExternalASTSourceWrapper(ast_context.getExternalSource());
997 ast_context.setExternalSource(Source);
999 ast_context.setExternalSource(ast_source);
1005 if (ast_context
[all...]
H A DClangASTSource.h63 void InstallASTContext(ClangASTContext &ast_context);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp575 ClangASTContext *ast_context = local
577 if (!ast_context)
581 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr);

Completed in 75 milliseconds