Home
last modified time | relevance | path

Searched defs:forEach (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DStringTable.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h63 void forEach(ItemHandlerTy Handler) { in forEach() function
H A DOutputSections.h392 void forEach(function_ref<void(SectionDescriptor &)> Handler) { in forEach() function
400 void forEach( in forEach() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h216 void forEach(Fn fn) { in forEach() function
229 void forEach(Fn fn) const { in forEach() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp506 template <typename F> void forEach(const F &Func) const { in forEach() function
545 template <typename F> void forEach(const F &Func) const { in forEach() function
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1054 const internal::ArgumentAdaptingMatcherFunc<internal::ForEachMatcher> forEach = variable