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

  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 79 clang::SourceManager * const SourceManager;
  /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"
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::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.
57 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;
382 /// SourceManager keeps an array of these objects, and they are uniquely
439 /// SourceManager.
517 /// The SourceManager can be queried for information about SourceLocatio
    [all...]

Completed in 54 milliseconds