Home
last modified time | relevance | path

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

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