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.h1130 clang::NamespaceDecl *ns_decl);
H A DTypeSystemClang.cpp1964 clang::NamespaceDecl *ns_decl) { in CreateUsingDirectiveDeclaration() argument
1965 if (decl_ctx && ns_decl) { in CreateUsingDirectiveDeclaration()
1970 clang::SourceLocation(), ns_decl, in CreateUsingDirectiveDeclaration()
1971 FindLCABetweenDecls(decl_ctx, ns_decl, in CreateUsingDirectiveDeclaration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3337 if (clang::NamespaceDecl *ns_decl = in GetClangDeclForDIE() local
3341 decl_context, OptionalClangModuleID(), ns_decl); in GetClangDeclForDIE()