clang 22.0.0git
Classes | Namespaces | Functions
NestedNameSpecifierBase.h File Reference
#include "clang/AST/DependenceFlags.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/PointerLikeTypeTraits.h"
#include <cstdint>
#include <cstdlib>
#include <utility>

Go to the source code of this file.

Classes

class  clang::NestedNameSpecifier
 Represents a C++ nested name specifier, such as "\::std::vector<int>::". More...
 
struct  clang::NamespaceAndPrefix
 
struct  clang::NamespaceAndPrefixStorage
 
class  clang::NestedNameSpecifierLoc
 A C++ nested-name-specifier augmented with source location information. More...
 
struct  clang::NamespaceAndPrefixLoc
 
class  clang::NestedNameSpecifierLocBuilder
 Class that aids in the construction of nested-name-specifiers along with source-location information for all of the components of the nested-name-specifier. More...
 
struct  llvm::PointerLikeTypeTraits< clang::NestedNameSpecifier >
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  llvm
 Diagnostic wrappers for TextAPI types for error reporting.
 

Functions

const StreamingDiagnostic & clang::operator<< (const StreamingDiagnostic &DB, NestedNameSpecifier NNS)
 Insertion operator for diagnostics.