ΒΆLLVMMetadataRef
LLVMDIBuilderCreateImportedModuleFromNamespace(
    LLVMDIBuilderRef Builder,
    LLVMMetadataRef Scope,
    LLVMMetadataRef NS,
    LLVMMetadataRef File,
    unsigned int Line)

Description

Create a descriptor for an imported namespace. Suitable for e.g. C++ using declarations.

Declared at: llvm/include/llvm-c/DebugInfo.h:392

Parameters

LLVMDIBuilderRef Builder
The \c DIBuilder.
LLVMMetadataRef Scope
The scope this module is imported into
LLVMMetadataRef NS
LLVMMetadataRef File
File where the declaration is located.
unsigned int Line
Line number of the declaration.