Searched defs:SourceManager (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h83 clang::SourceManager * const SourceManager; member in class:clang::ast_matchers::MatchFinder::MatchResult::clang
/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"
36 // SourceManager Helper Classes
87 const SourceManager &SM,
288 unsigned SourceManager::getLineTableFilenameID(StringRef Name) {
298 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
318 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
363 LineTableInfo &SourceManager::getLineTable() {
373 SourceManager function in class:SourceManager
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h1 //===--- SourceManager.h - Track and cache source files ---------*- C++ -*-===//
11 /// \brief Defines the SourceManager interface.
58 class SourceManager;
67 /// SourceManager implementation.
116 /// This is lazily computed. This is owned by the SourceManager
174 const SourceManager &SM,
253 friend class clang::SourceManager;
387 /// SourceManager keeps an array of these objects, and they are uniquely
449 /// SourceManager.
531 /// The SourceManager ca
538 class SourceManager : public RefCountedBase<SourceManager> { class in namespace:clang
[all...]

Completed in 112 milliseconds