Lines Matching refs:getFile
300 const SrcMgr::FileInfo &FileInfo = Entry.getFile(); in AddLineNote()
330 const SrcMgr::FileInfo &FileInfo = Entry.getFile(); in AddLineNote()
688 llvm::MemoryBuffer *Buf = SLoc.getFile().getContentCache()->getBuffer( in getBufferData()
1107 llvm::MemoryBuffer *Buffer = Entry.getFile().getContentCache()->getBuffer( in getCharacterData()
1295 Content = const_cast<ContentCache*>(Entry.getFile().getContentCache()); in getLineNumber()
1404 const SrcMgr::FileInfo &FI = SEntry.getFile(); in getFileCharacteristic()
1453 const SrcMgr::FileInfo &FI = Entry.getFile(); in getPresumedLoc()
1523 const SrcMgr::FileInfo &FI = Entry.getFile(); in isInMainFile()
1610 = MainSLoc.getFile().getContentCache(); in translateFile()
1646 SLoc.getFile().getContentCache() && in translateFile()
1647 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) { in translateFile()
1657 SLoc.getFile().getContentCache() && in translateFile()
1658 SLoc.getFile().getContentCache()->OrigEntry == SourceFile) { in translateFile()
1683 = SLoc.getFile().getContentCache(); in translateFile()
1731 = const_cast<ContentCache *>(Entry.getFile().getContentCache()); in translateLineCol()
1799 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc(); in computeMacroArgsCache()
1807 if (Entry.getFile().NumCreatedFIDs) in computeMacroArgsCache()
1808 ID += Entry.getFile().NumCreatedFIDs - 1/*because of next ++ID*/; in computeMacroArgsCache()
1967 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()