Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp431 const Decl *context_decl = dyn_cast<Decl>(decl_context); in FindExternalLexicalDecls() local
433 if (!context_decl) in FindExternalLexicalDecls()
436 auto iter = m_active_lexical_decls.find(context_decl); in FindExternalLexicalDecls()
439 m_active_lexical_decls.insert(context_decl); in FindExternalLexicalDecls()
440 ScopedLexicalDeclEraser eraser(m_active_lexical_decls, context_decl); in FindExternalLexicalDecls()
447 if (const NamedDecl *context_named_decl = dyn_cast<NamedDecl>(context_decl)) in FindExternalLexicalDecls()
451 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
452 static_cast<const void*>(context_decl), in FindExternalLexicalDecls()
454 else if(context_decl) in FindExternalLexicalDecls()
457 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
[all …]