clang 22.0.0git
|
#include "clang/AST/NestedNameSpecifierBase.h"
Public Attributes | |
const NamespaceBaseDecl * | Namespace |
NestedNameSpecifier | Prefix |
Definition at line 262 of file NestedNameSpecifierBase.h.
const NamespaceBaseDecl* clang::NamespaceAndPrefix::Namespace |
Definition at line 263 of file NestedNameSpecifierBase.h.
Referenced by clang::Sema::computeDeclContext(), clang::NestedNameSpecifier::getCanonical(), clang::ASTImporter::Import(), clang::NamespaceAndPrefixStorage::Profile(), clang::TreeTransform< Derived >::TransformNestedNameSpecifierLoc(), and clang::serialization::DataStreamBasicWriter< Impl >::writeNestedNameSpecifier().
NestedNameSpecifier clang::NamespaceAndPrefix::Prefix |
Definition at line 264 of file NestedNameSpecifierBase.h.
Referenced by clang::NestedNameSpecifier::isFullyQualified(), clang::NamespaceAndPrefixStorage::Profile(), clang::RecursiveASTVisitor< Derived >::TraverseNestedNameSpecifier(), warnAboutRedundantParens(), and clang::serialization::DataStreamBasicWriter< Impl >::writeNestedNameSpecifier().