Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h787 void noteLookupUsage(unsigned HitIdx, SourceLocation IncludeLoc);
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp525 HS.noteLookupUsage(HS.searchDirIdx(*this), IncludeLoc); in LookupFile()
732 noteLookupUsage(HitIt.Idx, Loc); in cacheLookupSuccess()
735 void HeaderSearch::noteLookupUsage(unsigned HitIdx, SourceLocation Loc) { in noteLookupUsage() function in HeaderSearch