ΒΆclang::NestedNameSpecifier*
createNestedNameSpecifier(
    const clang::ASTContext& Ctx,
    const clang::NamespaceDecl* Namespace,
    bool WithGlobalNsPrefix)

Description

Create a NestedNameSpecifier for Namesp and its enclosing scopes.

Declared at: clang/lib/AST/QualTypeNames.cpp:343

Parameters

const clang::ASTContext& Ctx
- the AST Context to be used.
const clang::NamespaceDecl* Namespace
bool WithGlobalNsPrefix
- Indicate whether the global namespace specifier "::" should be prepended or not.