Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp903 Decl *parser_persistent_decl = CopyDecl(persistent_decl); in FindExternalVisibleDecls() local
905 if (!parser_persistent_decl) in FindExternalVisibleDecls()
909 dyn_cast<NamedDecl>(parser_persistent_decl); in FindExternalVisibleDecls()