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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.h133 /// \param[in] FunDeclCtx
135 void RecordPersistentTypes(clang::DeclContext *FunDeclCtx);
H A DASTResultSynthesizer.cpp401 void ASTResultSynthesizer::RecordPersistentTypes(DeclContext *FunDeclCtx) { argument
404 for (TypeDeclIterator i = TypeDeclIterator(FunDeclCtx->decls_begin()),
405 e = TypeDeclIterator(FunDeclCtx->decls_end());

Completed in 100 milliseconds