Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h982 CreateUsingDirectiveDeclaration(clang::DeclContext *decl_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3648 decl = m_ast.CreateUsingDirectiveDeclaration(decl_context, ns_decl); in GetClangDeclForDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1995 clang::UsingDirectiveDecl *ClangASTContext::CreateUsingDirectiveDeclaration( in CreateUsingDirectiveDeclaration() function in ClangASTContext