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.cpp754 void HeaderSearch::cacheLookupSuccess(LookupFileCacheInfo &CacheLookup, in cacheLookupSuccess() argument
757 CacheLookup.HitIt = HitIt; in cacheLookupSuccess()
1033 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
1038 if (CacheLookup.StartIt == NextIt && in LookupFile()
1039 CacheLookup.RequestingModule == RequestingModule) { in LookupFile()
1041 if (CacheLookup.HitIt) in LookupFile()
1042 It = CacheLookup.HitIt; in LookupFile()
1043 if (CacheLookup.MappedName) { in LookupFile()
1044 Filename = CacheLookup.MappedName; in LookupFile()
1052 CacheLookup.reset(RequestingModule, /*NewStartIt=*/NextIt); in LookupFile()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h823 void cacheLookupSuccess(LookupFileCacheInfo &CacheLookup,