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

  /external/clang/include/clang/Basic/
SourceManagerInternals.h 77 /// FilenameIDs - This map is used to assign unique IDs to filenames in
79 /// frequently reoccur and reference them with indices. FilenameIDs holds
82 llvm::StringMap<unsigned, llvm::BumpPtrAllocator> FilenameIDs;
93 FilenameIDs.clear();
  /external/clang/lib/Basic/
SourceManager.cpp 181 FilenameIDs.GetOrCreateValue(Name, ~0U);
    [all...]

Completed in 248 milliseconds