Searched refs:CreateDeclContext (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp669 return clang_ast_ctx->CreateDeclContext(decl_context);
698 return clang_ast_ctx->CreateDeclContext(decl_context);
1706 return clang_type_system->CreateDeclContext(namespace_decl);
H A DPDBASTParser.cpp552 target_ast_type, name.c_str(), m_ast.CreateDeclContext(decl_ctx));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h427 CompilerDeclContext CreateDeclContext(clang::DeclContext *ctx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1346 return m_clang.CreateDeclContext(&context);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp679 m_clang_ast_context->CreateDeclContext(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2193 return m_ast.CreateDeclContext(clang_decl_ctx);
2202 return m_ast.CreateDeclContext(clang_decl_ctx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1152 CompilerDeclContext ClangASTContext::CreateDeclContext(DeclContext *ctx) { function in class:ClangASTContext
8883 return CreateDeclContext(((clang::Decl *)opaque_decl)->getDeclContext());
8948 CreateDeclContext(it->second));
9063 CreateDeclContext(it->second));

Completed in 109 milliseconds