Searched defs:SourceManager (Results 1 - 5 of 5) sorted by path

/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h83 clang::SourceManager * const SourceManager; member in class:clang::ast_matchers::MatchFinder::MatchResult::clang
/external/clang/include/clang/Basic/
H A DSourceManager.h1 //===--- 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 ca
553 class SourceManager : public RefCountedBase<SourceManager> { class in namespace:clang
[all...]
/external/clang/lib/Basic/
H A DSourceManager.cpp1 //===--- 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 function in class:SourceManager
[all...]
/external/lldb/include/lldb/Core/
H A DSourceManager.h1 //===-- SourceManager.h -----------------------------------------*- C++ -*-===//
25 class SourceManager class in namespace:lldb_private
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/
H A DSourceManager.cpp1 //===-- SourceManager.cpp ---------------------------------------*- C++ -*-===//
12 #include "lldb/Core/SourceManager.h"
39 // SourceManager constructor
41 SourceManager::SourceManager(const TargetSP &target_sp) : function in class:SourceManager
51 SourceManager::SourceManager(const DebuggerSP &debugger_sp) : function in class:SourceManager
64 SourceManager::~SourceManager()
68 SourceManager
[all...]

Completed in 1288 milliseconds