clang 19.0.0git
Classes | Namespaces | Functions
NestedNameSpecifier.h File Reference
#include "clang/AST/DependenceFlags.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Support/Compiler.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...
 
class  clang::NestedNameSpecifierLoc
 A C++ nested-name-specifier augmented with source location information. More...
 
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::DenseMapInfo< clang::NestedNameSpecifierLoc >
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  llvm
 YAML serialization mapping.
 

Functions

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