clang 22.0.0git
|
#include "clang/AST/NestedNameSpecifierBase.h"
Public Member Functions | |
operator bool () const | |
Public Attributes | |
const NamespaceBaseDecl * | Namespace = nullptr |
NestedNameSpecifierLoc | Prefix |
Definition at line 413 of file NestedNameSpecifierBase.h.
|
inlineexplicit |
Definition at line 417 of file NestedNameSpecifierBase.h.
References Namespace.
const NamespaceBaseDecl* clang::NamespaceAndPrefixLoc::Namespace = nullptr |
Definition at line 414 of file NestedNameSpecifierBase.h.
Referenced by operator bool().
NestedNameSpecifierLoc clang::NamespaceAndPrefixLoc::Prefix |
Definition at line 415 of file NestedNameSpecifierBase.h.
Referenced by clang::ASTRecordWriter::AddNestedNameSpecifierLoc(), clang::Sema::getDestructorName(), getRangeOfTypeInNestedNameSpecifier(), clang::ASTImporter::Import(), and clang::RecursiveASTVisitor< Derived >::TraverseNestedNameSpecifierLoc().