clang 20.0.0git
|
#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/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include <cstdint>
#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) |
Definition at line 42 of file DeclarationName.cpp.
Referenced by clang::DeclarationName::compare().
|
static |
Definition at line 113 of file DeclarationName.cpp.
References clang::PrintingPolicy::adjustForCPlusPlus(), clang::Type::getAs(), clang::QualType::print(), and clang::PrintingPolicy::SuppressTemplateArgsInCXXConstructors.
Referenced by clang::DeclarationName::print().