Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DHeaderMap.h44 template <typename Func> void forEachKey(Func Callback) const { in forEachKey() function
94 using HeaderMapImpl::forEachKey;
/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp420 Dir.getHeaderMap()->forEachKey(Callback); in indexInitialHeaderMaps()