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.cpp755 ConstSearchDirIterator HitIt, in cacheLookupSuccess() argument
757 CacheLookup.HitIt = HitIt; in cacheLookupSuccess()
758 noteLookupUsage(HitIt.Idx, Loc); in cacheLookupSuccess()
1041 if (CacheLookup.HitIt) in LookupFile()
1042 It = CacheLookup.HitIt; in LookupFile()
1187 LookupFileCache[ScratchFilename].HitIt, IncludeLoc); in LookupFile()
1200 CacheLookup.HitIt = search_dir_end(); in LookupFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h312 ConstSearchDirIterator HitIt = nullptr; member
824 ConstSearchDirIterator HitIt,