Home
last modified time | relevance | path

Searched refs:GetScratchClangASTContext (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp91 .GetScratchClangASTContext() in NSError_SummaryProvider()
160 process_sp->GetTarget().GetScratchClangASTContext()->GetBasicType( in Update()
H A DNSArray.cpp474 ->GetScratchClangASTContext() in NSArrayMSyntheticFrontEndBase()
622 ->GetScratchClangASTContext(); in GenericNSArrayISyntheticFrontEnd()
790 m_backend.GetTargetSP()->GetScratchClangASTContext()->GetBasicType( in GetChildAtIndex()
H A DNSException.cpp74 .GetScratchClangASTContext() in ExtractFields()
H A DNSIndexPath.cpp59 ->GetScratchClangASTContext(); in Update()
H A DNSString.cpp39 ClangASTContext *ast_ctx = target.GetScratchClangASTContext(); in GetNSPathStore2Type()
H A DNSDictionary.cpp70 ClangASTContext *target_ast_context = target_sp->GetScratchClangASTContext(); in GetLLDBNSPairType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp84 process->GetTarget().GetScratchClangASTContext(); in InferiorCallMmap()
205 process->GetTarget().GetScratchClangASTContext(); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp115 ClangASTContext *ast_context = target->GetScratchClangASTContext(); in GetObjectDescription()
127 ClangASTContext *ast_context = target->GetScratchClangASTContext(); in GetObjectDescription()
497 exception_sp->GetTargetSP()->GetScratchClangASTContext()->GetBasicType( in GetBacktraceThreadFromException()
H A DAppleObjCTrampolineHandler.cpp523 process->GetTarget().GetScratchClangASTContext(); in RefreshTrampolines()
804 thread.GetProcess()->GetTarget().GetScratchClangASTContext(); in SetupDispatchFunction()
898 ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext(); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1283 ClangASTContext *ast = process->GetTarget().GetScratchClangASTContext(); in UpdateISAToDescriptorMapDynamic()
1537 ClangASTContext *ast = process->GetTarget().GetScratchClangASTContext(); in UpdateISAToDescriptorMapSharedCache()
2615 .GetScratchClangASTContext() in ObjCExceptionRecognizedStackFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp113 if (!target->GetScratchClangASTContext()) in WillParse()
283 assert (&target == m_target->GetScratchClangASTContext()); in DeportType()
297 m_target->GetScratchClangASTContext()); in DeportType()
332 DeportType(*target->GetScratchClangASTContext(), *ast, parser_type); in AddPersistentVariable()
367 ClangASTContext *context(target->GetScratchClangASTContext()); in AddPersistentVariable()
886 target->GetScratchClangASTContext(); in FindExternalVisibleDecls()
1773 target->GetScratchClangASTContext()->getASTContext(); in AddOneGenericVariable()
1825 target->GetScratchClangASTContext()); in ResolveUnknownTypes()
H A DASTResultSynthesizer.cpp457 m_target.GetScratchClangASTContext()->getASTContext(), m_ast_context, in CommitPersistentDecls()
H A DClangASTSource.cpp123 m_target->GetScratchClangASTContext()); in InstallASTContext()
147 m_target->GetScratchClangASTContext(false); in ~ClangASTSource()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp39 ClangASTContext *ast_context = target.GetScratchClangASTContext(); in Watchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp561 m_process->GetTarget().GetScratchClangASTContext(); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1015 ClangASTContext *ast = process->GetTarget().GetScratchClangASTContext(); in MakeLoadImageUtilityFunction()
1250 ClangASTContext *ast = process->GetTarget().GetScratchClangASTContext(); in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp576 ->GetScratchClangASTContext() in LibcxxWStringSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1827 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in FindFirstType()
1838 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in GetBasicType()
1894 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp559 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in DumpDataExtractor()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1072 ClangASTContext *GetScratchClangASTContext(bool create_on_demand = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2281 ClangASTContext *Target::GetScratchClangASTContext(bool create_on_demand) { in GetScratchClangASTContext() function in Target