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

  /external/clang/include/clang/Lex/
HeaderSearch.h 155 /// LookupFileCache - This is keeps track of each lookup performed by
162 LookupFileCache;
226 //LookupFileCache.clear();
  /external/clang/lib/Lex/
HeaderSearch.cpp 478 LookupFileCache.GetOrCreateValue(Filename).getValue();
546 = LookupFileCache.GetOrCreateValue(Filename).getValue();
548 = LookupFileCache.GetOrCreateValue(ScratchFilename).getValue().second;
785 + LookupFileCache.getAllocator().getTotalMemory()
    [all...]

Completed in 45 milliseconds