Home
last modified time | relevance | path

Searched refs:CacheLookup (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp759 void HeaderSearch::cacheLookupSuccess(LookupFileCacheInfo &CacheLookup, in cacheLookupSuccess() argument
762 CacheLookup.HitIt = HitIt; in cacheLookupSuccess()
1034 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
1039 if (CacheLookup.StartIt == NextIt && in LookupFile()
1040 CacheLookup.RequestingModule == RequestingModule) { in LookupFile()
1042 if (CacheLookup.HitIt) in LookupFile()
1043 It = CacheLookup.HitIt; in LookupFile()
1044 if (CacheLookup.MappedName) { in LookupFile()
1045 Filename = CacheLookup.MappedName; in LookupFile()
1053 CacheLookup.reset(RequestingModule, /*NewStartIt=*/NextIt); in LookupFile()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h821 void cacheLookupSuccess(LookupFileCacheInfo &CacheLookup,