Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp643 DeclContext *decl_context_non_const = in FindExternalLexicalDecls() local
649 copied_decl->setDeclContext(decl_context_non_const); in FindExternalLexicalDecls()
652 if (!decl_context_non_const->containsDecl(copied_decl)) in FindExternalLexicalDecls()
653 decl_context_non_const->addDeclInternal(copied_decl); in FindExternalLexicalDecls()