Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1006 clang::NamespaceDecl *ns_decl);
H A DTypeSystemClang.cpp1953 clang::NamespaceDecl *ns_decl) { in CreateUsingDirectiveDeclaration() argument
1954 if (decl_ctx && ns_decl) { in CreateUsingDirectiveDeclaration()
1959 clang::SourceLocation(), ns_decl, in CreateUsingDirectiveDeclaration()
1960 FindLCABetweenDecls(decl_ctx, ns_decl, in CreateUsingDirectiveDeclaration()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3184 if (clang::NamespaceDecl *ns_decl = in GetClangDeclForDIE() local
3188 decl_context, OptionalClangModuleID(), ns_decl); in GetClangDeclForDIE()