Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h1106 clang::NamespaceDecl *ns_decl);
HDTypeSystemClang.cpp1945 clang::NamespaceDecl *ns_decl) { in CreateUsingDirectiveDeclaration() argument
1946 if (decl_ctx && ns_decl) { in CreateUsingDirectiveDeclaration()
1951 clang::SourceLocation(), ns_decl, in CreateUsingDirectiveDeclaration()
1952 FindLCABetweenDecls(decl_ctx, ns_decl, in CreateUsingDirectiveDeclaration()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp3330 if (clang::NamespaceDecl *ns_decl = in GetClangDeclForDIE() local
3334 decl_context, OptionalClangModuleID(), ns_decl); in GetClangDeclForDIE()