clang 22.0.0git
DeclarationName.cpp File Reference
#include "clang/AST/DeclarationName.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclBase.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/OpenMPClause.h"
#include "clang/AST/PrettyPrinter.h"
#include "clang/AST/Type.h"
#include "clang/AST/TypeLoc.h"
#include "clang/AST/TypeOrdering.h"
#include "clang/Basic/IdentifierTable.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/OperatorKinds.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <string>

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.

Functions

static int compareInt (unsigned A, unsigned B)
static void printCXXConstructorDestructorName (QualType ClassType, raw_ostream &OS, PrintingPolicy Policy)
raw_ostream & clang::operator<< (raw_ostream &OS, DeclarationName N)

Function Documentation

◆ compareInt()

int compareInt ( unsigned A,
unsigned B )
static

Definition at line 40 of file DeclarationName.cpp.

Referenced by clang::DeclarationName::compare().

◆ printCXXConstructorDestructorName()