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

  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.h 54 * SourceManager holds the libjpeg source manager struct and a
61 } SourceManager;
63 // Initializes the SourceManager struct, sets up the jni refs
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 83 clang::SourceManager * const SourceManager;
  /external/lldb/include/lldb/Core/
SourceManager.h 1 //===-- SourceManager.h -----------------------------------------*- C++ -*-===//
25 class SourceManager
32 friend bool operator== (const SourceManager::File &lhs, const SourceManager::File &rhs);
116 SourceManager (const lldb::DebuggerSP &debugger_sp);
117 SourceManager (const lldb::TargetSP &target_sp);
119 ~SourceManager();
177 // Classes that inherit from SourceManager can see and modify these
188 // For SourceManager only
190 DISALLOW_COPY_AND_ASSIGN (SourceManager);
    [all...]
  /external/lldb/source/Core/
SourceManager.cpp 1 //===-- SourceManager.cpp ---------------------------------------*- C++ -*-===//
12 #include "lldb/Core/SourceManager.h"
39 // SourceManager constructor
41 SourceManager::SourceManager(const TargetSP &target_sp) :
51 SourceManager::SourceManager(const DebuggerSP &debugger_sp) :
64 SourceManager::~SourceManager()
68 SourceManager::FileS
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 1 //===--- SourceManager.cpp - Track and cache source files -----------------===//
10 // This file implements the SourceManager interface.
14 #include "clang/Basic/SourceManager.h"
35 // SourceManager Helper Classes
85 const SourceManager &SM,
286 unsigned SourceManager::getLineTableFilenameID(StringRef Name) {
296 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
316 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
361 LineTableInfo &SourceManager::getLineTable() {
371 SourceManager::SourceManager(DiagnosticsEngine &Diag, FileManager &FileMgr
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 1 //===--- SourceManager.h - Track and cache source files ---------*- C++ -*-===//
11 /// \brief Defines the SourceManager interface.
59 class SourceManager;
68 /// SourceManager implementation.
126 /// This is lazily computed. This is owned by the SourceManager
186 const SourceManager &SM,
268 friend class clang::SourceManager;
402 /// SourceManager keeps an array of these objects, and they are uniquely
464 /// SourceManager.
546 /// The SourceManager can be queried for information about SourceLocatio
    [all...]

Completed in 288 milliseconds