Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp540 const Decl *context_decl = dyn_cast<Decl>(decl_context); in FindExternalLexicalDecls() local
542 if (!context_decl) in FindExternalLexicalDecls()
545 auto iter = m_active_lexical_decls.find(context_decl); in FindExternalLexicalDecls()
548 m_active_lexical_decls.insert(context_decl); in FindExternalLexicalDecls()
549 ScopedLexicalDeclEraser eraser(m_active_lexical_decls, context_decl); in FindExternalLexicalDecls()
560 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
561 static_cast<const void *>(context_decl)); in FindExternalLexicalDecls()
562 else if (context_decl) in FindExternalLexicalDecls()
566 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
567 static_cast<const void *>(context_decl)); in FindExternalLexicalDecls()
[all …]