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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h86 clang::SourceManager * const SourceManager; member in class:clang::ast_matchers::MatchFinder::MatchResult::clang
H A DASTMatchers.h211 auto &SourceManager = Finder->getASTContext().getSourceManager(); local
212 return SourceManager.isInMainFile(
213 SourceManager.getExpansionLoc(Node.getLocStart()));
232 auto &SourceManager = Finder->getASTContext().getSourceManager(); local
233 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
237 return SourceManager.isInSystemHeader(ExpansionLoc);
258 auto &SourceManager = Finder->getASTContext().getSourceManager(); local
259 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
264 SourceManager.getFileEntryForID(SourceManager
[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,
281 unsigned SourceManager::getLineTableFilenameID(StringRef Name) {
289 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
307 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
351 LineTableInfo &SourceManager::getLineTable() {
361 SourceManager function in class:SourceManager
[all...]
/external/ImageMagick/coders/
H A Djpeg.c157 } SourceManager;
253 SourceManager
256 source=(SourceManager *) cinfo->src;
283 SourceManager
286 source=(SourceManager *) cinfo->src;
759 SourceManager
764 source=(SourceManager *) cinfo->src;
781 SourceManager
785 ((j_common_ptr) cinfo,JPOOL_IMAGE,sizeof(SourceManager));
786 source=(SourceManager *) cinf
155 } SourceManager; typedef in typeref:struct:_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.
60 class SourceManager;
68 /// SourceManager implementation.
117 /// This is lazily computed. This is owned by the SourceManager
177 const SourceManager &SM,
259 friend class clang::SourceManager;
393 /// SourceManager keeps an array of these objects, and they are uniquely
460 /// SourceManager.
542 /// The SourceManager ca
549 class SourceManager : public RefCountedBase<SourceManager> { class in namespace:clang
[all...]

Completed in 324 milliseconds