| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 91 .GetScratchClangASTContext() in NSError_SummaryProvider() 160 process_sp->GetTarget().GetScratchClangASTContext()->GetBasicType( in Update()
|
| H A D | NSArray.cpp | 474 ->GetScratchClangASTContext() in NSArrayMSyntheticFrontEndBase() 622 ->GetScratchClangASTContext(); in GenericNSArrayISyntheticFrontEnd() 790 m_backend.GetTargetSP()->GetScratchClangASTContext()->GetBasicType( in GetChildAtIndex()
|
| H A D | NSException.cpp | 74 .GetScratchClangASTContext() in ExtractFields()
|
| H A D | NSIndexPath.cpp | 59 ->GetScratchClangASTContext(); in Update()
|
| H A D | NSString.cpp | 39 ClangASTContext *ast_ctx = target.GetScratchClangASTContext(); in GetNSPathStore2Type()
|
| H A D | NSDictionary.cpp | 70 ClangASTContext *target_ast_context = target_sp->GetScratchClangASTContext(); in GetLLDBNSPairType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 84 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 D | AppleObjCRuntime.cpp | 115 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 D | AppleObjCTrampolineHandler.cpp | 523 process->GetTarget().GetScratchClangASTContext(); in RefreshTrampolines() 804 thread.GetProcess()->GetTarget().GetScratchClangASTContext(); in SetupDispatchFunction() 898 ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext(); in GetStepThroughDispatchPlan()
|
| H A D | AppleObjCRuntimeV2.cpp | 1283 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 D | ClangExpressionDeclMap.cpp | 113 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 D | ASTResultSynthesizer.cpp | 457 m_target.GetScratchClangASTContext()->getASTContext(), m_ast_context, in CommitPersistentDecls()
|
| H A D | ClangASTSource.cpp | 123 m_target->GetScratchClangASTContext()); in InstallASTContext() 147 m_target->GetScratchClangASTContext(false); in ~ClangASTSource()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 39 ClangASTContext *ast_context = target.GetScratchClangASTContext(); in Watchpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 561 m_process->GetTarget().GetScratchClangASTContext(); in GetExceptionObjectForThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 1015 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 D | LibCxx.cpp | 576 ->GetScratchClangASTContext() in LibcxxWStringSummaryProvider()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 1827 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 D | DumpDataExtractor.cpp | 559 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in DumpDataExtractor()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 1072 ClangASTContext *GetScratchClangASTContext(bool create_on_demand = true);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 2281 ClangASTContext *Target::GetScratchClangASTContext(bool create_on_demand) { in GetScratchClangASTContext() function in Target
|