HomeSort by: relevance | last modified time | path
    Searched refs:getContentCache (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexInclusionStack.cpp 38 if (!FI.getContentCache().OrigEntry)
63 const_cast<FileEntry *>(FI.getContentCache().OrigEntry)),
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ScratchBuffer.cpp 42 .getContentCache()
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 729 if (Entry->getFile().getContentCache().OrigEntry)
744 return Entry->getFile().getContentCache().getBufferDataIfLoaded();
750 if (auto B = Entry->getFile().getContentCache().getBufferOrNone(
1171 Entry.getFile().getContentCache().getBufferOrNone(Diag, getFileManager(),
1365 Content = &Entry.getFile().getContentCache();
1529 const SrcMgr::ContentCache *C = &FI.getContentCache();
1667 if (MainSLoc.getFile().getContentCache().OrigEntry == SourceFile)
1677 SLoc.getFile().getContentCache().OrigEntry == SourceFile)
1685 SLoc.getFile().getContentCache().OrigEntry == SourceFile)
1717 const ContentCache *Content = &Entry.getFile().getContentCache();
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
Rewriter.cpp 267 &SourceMgr->getSLocEntry(FID).getFile().getContentCache();
371 &SourceMgr->getSLocEntry(FID).getFile().getContentCache();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 323 const ContentCache &getContentCache() const {
341 StringRef getName() const { return getContentCache().Filename; }
1010 return Entry->getFile().getContentCache().getBufferOrNone(
1029 return Entry->getFile().getContentCache().OrigEntry;
1049 return sloc.getFile().getContentCache().OrigEntry;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1457 const SrcMgr::ContentCache *Cache = &File.getContentCache();
1960 const SrcMgr::ContentCache *Cache = &SLoc->getFile().getContentCache();
1978 const SrcMgr::ContentCache *Content = &File.getContentCache();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 8866 const SrcMgr::ContentCache *Cache = &FromSLoc.getFile().getContentCache();

Completed in 110 milliseconds