HomeSort by: relevance | last modified time | path
    Searched defs:SourceManager (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFStreamer.cpp 75 const SourceMgr *SourceManager = getContext().getSourceManager();
76 unsigned InstLine = SourceManager->FindLineNumber(InstLoc);
77 unsigned LabelLine = SourceManager->FindLineNumber(LastLabelLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 85 clang::SourceManager * const SourceManager;
ASTMatchers.h 79 #include "clang/Basic/SourceManager.h"
245 auto &SourceManager = Finder->getASTContext().getSourceManager();
246 return SourceManager.isInMainFile(
247 SourceManager.getExpansionLoc(Node.getBeginLoc()));
266 auto &SourceManager = Finder->getASTContext().getSourceManager();
267 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getBeginLoc());
271 return SourceManager.isInSystemHeader(ExpansionLoc);
293 auto &SourceManager = Finder->getASTContext().getSourceManager();
294 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getBeginLoc());
299 SourceManager.getFileEntryForID(SourceManager.getFileID(ExpansionLoc))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 1 //===- SourceManager.cpp - Track and cache source files -------------------===//
9 // This file implements the SourceManager interface.
13 #include "clang/Basic/SourceManager.h"
50 // SourceManager Helper Classes
265 unsigned SourceManager::getLineTableFilenameID(StringRef Name) {
272 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
300 LineTableInfo &SourceManager::getLineTable() {
310 SourceManager::SourceManager(DiagnosticsEngine &Diag, FileManager &FileMgr,
317 SourceManager::~SourceManager()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1 //===- SourceManager.h - Track and cache source files -----------*- C++ -*-===//
10 /// Defines the SourceManager interface.
65 class SourceManager;
68 /// SourceManager implementation.
157 /// This is lazily computed. The lines are owned by the SourceManager
283 friend class clang::SourceManager;
465 /// SourceManager keeps an array of these objects, and they are uniquely
535 /// SourceManager.
617 /// The SourceManager can be queried for information about SourceLocation
624 class SourceManager : public RefCountedBase<SourceManager>
    [all...]

Completed in 43 milliseconds