HomeSort by relevance Sort by last modified time
    Searched defs:source_manager (Results 1 - 4 of 4) sorted by null

  /external/dng_sdk/source/
dng_jpeg_memory_source.cpp 34 jpeg_source_mgr *source_manager = local
38 if (num_bytes_as_size_t <= source_manager->bytes_in_buffer) {
39 source_manager->bytes_in_buffer -= num_bytes_as_size_t;
40 source_manager->next_input_byte += num_bytes_as_size_t;
  /external/v8/tools/clang/plugins/
ChromeClassTester.cpp 219 const SourceManager& source_manager = instance_.getSourceManager(); local
231 source_manager.getImmediateExpansionRange(record_location).first;
334 const SourceManager& source_manager = instance_.getSourceManager(); local
335 SourceLocation spelling_location = source_manager.getSpellingLoc(loc);
336 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location);
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 659 const SourceManager& source_manager = instance_.getSourceManager(); local
660 PresumedLoc ploc = source_manager.getPresumedLoc(loc);
721 const SourceManager& source_manager = instance_.getSourceManager(); local
722 SourceLocation spelling_location = source_manager.getSpellingLoc(loc);
723 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location);
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 893 const clang::SourceManager& source_manager = *result.SourceManager; local
901 clang::SourceLocation spell = source_manager.getSpellingLoc(loc);
903 source_manager.getBufferName(spell) != "<scratch space>";
905 loc = source_manager.getImmediateMacroCallerLoc(loc);
    [all...]

Completed in 110 milliseconds