Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp760 ConstSearchDirIterator HitIt, in cacheLookupSuccess() argument
762 CacheLookup.HitIt = HitIt; in cacheLookupSuccess()
763 noteLookupUsage(HitIt.Idx, Loc); in cacheLookupSuccess()
1042 if (CacheLookup.HitIt) in LookupFile()
1043 It = CacheLookup.HitIt; in LookupFile()
1149 CacheLookup.HitIt = search_dir_end(); in LookupFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h300 ConstSearchDirIterator HitIt = nullptr; member
822 ConstSearchDirIterator HitIt,