Searched refs:clang_ast_context (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp52 ClangASTContext *clang_ast_context = local
55 if (!clang_ast_context) {
67 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass);
70 clang_ast_context->GetBasicType(lldb::eBasicTypeInt);
73 clang_ast_context->GetBasicType(lldb::eBasicTypeInt);
76 clang_ast_importer->CopyType(*clang_ast_context, function_pointer_type);
78 m_block_struct_type = clang_ast_context->CreateStructForIdentifier(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSException.cpp72 auto *clang_ast_context = ClangASTContext::GetScratch(process_sp->GetTarget()); local
73 if (!clang_ast_context)
77 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType();
H A DNSArray.cpp439 auto *clang_ast_context = ClangASTContext::GetScratch( local
441 if (clang_ast_context)
443 clang_ast_context,
444 clang_ast_context->getASTContext().ObjCBuiltinIdTy.getAsOpaquePtr());
587 auto *clang_ast_context = ClangASTContext::GetScratch( local
589 if (clang_ast_context)
590 m_id_type = clang_ast_context->GetType(
591 clang_ast_context->getASTContext().ObjCBuiltinIdTy);
755 auto *clang_ast_context = local
757 if (clang_ast_context) {
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp524 ClangASTContext *clang_ast_context = local
526 if (!clang_ast_context)
532 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
807 ClangASTContext *clang_ast_context = local
809 if (!clang_ast_context)
813 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
904 ClangASTContext *clang_ast_context = ClangASTContext::GetScratch(*target_sp); local
905 if (!clang_ast_context)
911 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
1084 clang_ast_context
[all...]
H A DAppleObjCRuntime.cpp502 ClangASTContext *clang_ast_context =
504 if (!clang_ast_context)
507 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID);
H A DAppleObjCRuntimeV2.cpp2645 ClangASTContext *clang_ast_context =
2647 if (!clang_ast_context)
2650 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp539 ClangASTContext *clang_ast_context =
541 if (!clang_ast_context)
545 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp212 auto *clang_ast_context = ClangASTContext::GetScratch(*target);
213 if (!clang_ast_context)
216 TypeFromUser user_type = DeportType(*clang_ast_context, *ast, parser_type);
H A DClangASTSource.cpp59 void ClangASTSource::InstallASTContext(ClangASTContext &clang_ast_context) { argument
60 m_ast_context = &clang_ast_context.getASTContext();
61 m_clang_ast_context = &clang_ast_context;

Completed in 163 milliseconds