Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h886 unsigned searchDirIdx(const DirectoryLookup &DL) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp552 HS.noteLookupUsage(HS.searchDirIdx(*this), IncludeLoc); in LookupFile()
1597 unsigned HeaderSearch::searchDirIdx(const DirectoryLookup &DL) const { in searchDirIdx() function in HeaderSearch