Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTSource.cpp676 CompilerDeclContext found_namespace_decl; in FindExternalVisibleDecls() local
679 found_namespace_decl = symbol_file->FindNamespace(name, &namespace_decl); in FindExternalVisibleDecls()
681 if (found_namespace_decl) { in FindExternalVisibleDecls()
684 module_sp, found_namespace_decl)); in FindExternalVisibleDecls()
701 CompilerDeclContext found_namespace_decl; in FindExternalVisibleDecls() local
708 found_namespace_decl = symbol_file->FindNamespace(name, &namespace_decl); in FindExternalVisibleDecls()
710 if (found_namespace_decl) { in FindExternalVisibleDecls()
713 image, found_namespace_decl)); in FindExternalVisibleDecls()
1712 CompilerDeclContext found_namespace_decl; in CompleteNamespaceMap() local
1722 found_namespace_decl = in CompleteNamespaceMap()
[all …]