Searched refs:source_manager (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBSourceManager.h44 SBSourceManager(lldb_private::SourceManager *source_manager);
/external/chromium_org/tools/clang/plugins/
H A DChromeClassTester.cpp300 const SourceManager& source_manager = instance_.getSourceManager(); local
301 SourceLocation spelling_location = source_manager.getSpellingLoc(loc);
302 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location);
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp1410 const SourceManager& source_manager = instance_.getSourceManager(); local
1411 PresumedLoc ploc = source_manager.getPresumedLoc(loc);
1467 const SourceManager& source_manager = instance_.getSourceManager(); local
1468 SourceLocation spelling_location = source_manager.getSpellingLoc(loc);
1469 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location);
/external/lldb/source/Core/
H A DDisassembler.cpp416 SourceManager &source_manager = target_sp ? target_sp->GetSourceManager() : debugger.GetSourceManager(); local
454 source_manager.DisplaySourceLinesWithLineNumbers (sc.line_entry.file,
/external/lldb/source/API/
H A DSBTarget.cpp2286 SBSourceManager source_manager (*this);
2287 return source_manager;

Completed in 173 milliseconds