|
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 416 of file NestedNameSpecifierBase.h.
|
inlineexplicit |
Definition at line 420 of file NestedNameSpecifierBase.h.
References Namespace.
| const NamespaceBaseDecl* clang::NamespaceAndPrefixLoc::Namespace = nullptr |
Definition at line 417 of file NestedNameSpecifierBase.h.
Referenced by operator bool().
| NestedNameSpecifierLoc clang::NamespaceAndPrefixLoc::Prefix |
Definition at line 418 of file NestedNameSpecifierBase.h.
Referenced by clang::ASTRecordWriter::AddNestedNameSpecifierLoc(), clang::Sema::getDestructorName(), getRangeOfTypeInNestedNameSpecifier(), clang::ASTImporter::Import(), and clang::RecursiveASTVisitor< Derived >::TraverseNestedNameSpecifierLoc().