Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1085 clang::NamespaceDecl *ns_decl);
H A DTypeSystemClang.cpp1993 clang::NamespaceDecl *ns_decl) { in CreateUsingDirectiveDeclaration() argument
1994 if (decl_ctx && ns_decl) { in CreateUsingDirectiveDeclaration()
1999 clang::SourceLocation(), ns_decl, in CreateUsingDirectiveDeclaration()
2000 FindLCABetweenDecls(decl_ctx, ns_decl, in CreateUsingDirectiveDeclaration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3400 if (clang::NamespaceDecl *ns_decl = in GetClangDeclForDIE() local
3404 decl_context, OptionalClangModuleID(), ns_decl); in GetClangDeclForDIE()