HomeSort by relevance Sort by last modified time
    Searched refs:FileInfos (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
SourceManager.h 74 /// DirectoryLookup and friends) as can specific FileInfos when a \#pragma
234 /// FileInfos contain a "ContentCache *", with the contents of the file.
552 llvm::DenseMap<const FileEntry*, SrcMgr::ContentCache*> FileInfos;
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 397 I = FileInfos.begin(), E = FileInfos.end(); I != E; ++I) {
439 ContentCache *&Entry = FileInfos[FileEnt];
646 assert(FileInfos.count(SourceFile) == 0 &&
    [all...]

Completed in 125 milliseconds