Searched refs:TypeDeclIterator (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp402 typedef DeclContext::specific_decl_iterator<TypeDecl> TypeDeclIterator; typedef
404 for (TypeDeclIterator i = TypeDeclIterator(FunDeclCtx->decls_begin()),
405 e = TypeDeclIterator(FunDeclCtx->decls_end());

Completed in 106 milliseconds