reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Target.h
 1070   ClangASTContext *GetScratchClangASTContext(bool create_on_demand = true);

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
 1076               target.GetScratchClangASTContext();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  226         process->GetTarget().GetScratchClangASTContext();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  345         process->GetTarget().GetScratchClangASTContext();
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
  456         m_target.GetScratchClangASTContext()->getASTContext(), m_ast_context,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  124           m_target->GetScratchClangASTContext());
  148       m_target->GetScratchClangASTContext(false);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  113     if (!target->GetScratchClangASTContext())
  211   assert(&target == m_target->GetScratchClangASTContext());
  225         m_target->GetScratchClangASTContext());
  259         DeportType(*target->GetScratchClangASTContext(), *ast, parser_type);
  294   ClangASTContext *context(target->GetScratchClangASTContext());
  811           target->GetScratchClangASTContext();
 1726       target->GetScratchClangASTContext()->getASTContext();
 1778           target->GetScratchClangASTContext());
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  576                           ->GetScratchClangASTContext()
tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  466                                   ->GetScratchClangASTContext();
  615                                     ->GetScratchClangASTContext();
  784         m_backend.GetTargetSP()->GetScratchClangASTContext()->GetBasicType(
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
   68   ClangASTContext *target_ast_context = target_sp->GetScratchClangASTContext();
tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
   90                                            .GetScratchClangASTContext()
  159         process_sp->GetTarget().GetScratchClangASTContext()->GetBasicType(
tools/lldb/source/Plugins/Language/ObjC/NSException.cpp
   73                               .GetScratchClangASTContext()
tools/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
   58                                ->GetScratchClangASTContext();
tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
   38   ClangASTContext *ast_ctx = target.GetScratchClangASTContext();
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  540       m_process->GetTarget().GetScratchClangASTContext();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  114     ClangASTContext *ast_context = target->GetScratchClangASTContext();
  126   ClangASTContext *ast_context = target->GetScratchClangASTContext();
  498       exception_sp->GetTargetSP()->GetScratchClangASTContext()->GetBasicType(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1304   ClangASTContext *ast = process->GetTarget().GetScratchClangASTContext();
 1566   ClangASTContext *ast = process->GetTarget().GetScratchClangASTContext();
 2682                                 .GetScratchClangASTContext()
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  525         process->GetTarget().GetScratchClangASTContext();
  805           thread.GetProcess()->GetTarget().GetScratchClangASTContext();
  898     ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext();
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  709   ClangASTContext *ast = process->GetTarget().GetScratchClangASTContext();
  951   ClangASTContext *ast = process->GetTarget().GetScratchClangASTContext();
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  232   ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext();
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  180           thread.GetProcess()->GetTarget().GetScratchClangASTContext();
  231   ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext();
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  194         thread.GetProcess()->GetTarget().GetScratchClangASTContext();
  234   ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext();
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  189           thread.GetProcess()->GetTarget().GetScratchClangASTContext();
  240   ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext();
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  415         m_process->GetTarget().GetScratchClangASTContext();