Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp731 ConstSearchDirIterator HitIt, in cacheLookupSuccess() argument
733 CacheLookup.HitIt = HitIt; in cacheLookupSuccess()
734 noteLookupUsage(HitIt.Idx, Loc); in cacheLookupSuccess()
1012 if (CacheLookup.HitIt) in LookupFile()
1013 It = CacheLookup.HitIt; in LookupFile()
1156 LookupFileCache[ScratchFilename].HitIt, IncludeLoc); in LookupFile()
1169 CacheLookup.HitIt = search_dir_end(); in LookupFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h295 ConstSearchDirIterator HitIt = nullptr; member
796 ConstSearchDirIterator HitIt,