clang 22.0.0git
Public Member Functions | Public Attributes | List of all members
clang::NamespaceAndPrefixLoc Struct Reference

#include "clang/AST/NestedNameSpecifierBase.h"

Public Member Functions

 operator bool () const
 

Public Attributes

const NamespaceBaseDeclNamespace = nullptr
 
NestedNameSpecifierLoc Prefix
 

Detailed Description

Definition at line 413 of file NestedNameSpecifierBase.h.

Member Function Documentation

◆ operator bool()

clang::NamespaceAndPrefixLoc::operator bool ( ) const
inlineexplicit

Definition at line 417 of file NestedNameSpecifierBase.h.

References Namespace.

Member Data Documentation

◆ Namespace

const NamespaceBaseDecl* clang::NamespaceAndPrefixLoc::Namespace = nullptr

Definition at line 414 of file NestedNameSpecifierBase.h.

Referenced by operator bool().

◆ Prefix

NestedNameSpecifierLoc clang::NamespaceAndPrefixLoc::Prefix

The documentation for this struct was generated from the following file: