clang
3.9.0
|
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclarationName.h"
#include "clang/AST/Type.h"
#include "clang/AST/TypeLoc.h"
#include "clang/AST/TypeOrdering.h"
#include "clang/Basic/IdentifierTable.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "clang/Basic/OperatorKinds.def"
Go to the source code of this file.
Classes | |
class | clang::CXXSpecialName |
CXXSpecialName - Records the type associated with one of the "special" kinds of declaration names in C++, e.g., constructors, destructors, and conversion functions. More... | |
class | clang::CXXOperatorIdName |
CXXOperatorIdName - Contains extra information for the name of an overloaded operator in C++, such as "operator+. More... | |
class | clang::CXXLiteralOperatorIdName |
CXXLiteralOperatorName - Contains the actual identifier that makes up the name. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
Macros | |
#define | OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) Spelling, |
Functions | |
static int | clang::compareInt (unsigned A, unsigned B) |
static void | clang::printCXXConstructorDestructorName (QualType ClassType, raw_ostream &OS, PrintingPolicy Policy) |
raw_ostream & | clang::operator<< (raw_ostream &OS, DeclarationName N) |
#define OVERLOADED_OPERATOR | ( | Name, | |
Spelling, | |||
Token, | |||
Unary, | |||
Binary, | |||
MemberOnly | |||
) | Spelling, |