Home
last modified time | relevance | path

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

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