Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp1713 clang::NamespaceDecl *src_namespace_decl = in AddNamespace() local
1716 if (!src_namespace_decl) in AddNamespace()
1719 Decl *copied_decl = CopyDecl(src_namespace_decl); in AddNamespace()