|
clang
5.0.0
|
#include "clang/AST/DeclarationName.h"#include "clang/AST/ASTContext.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/DeclTemplate.h"#include "clang/AST/Type.h"#include "clang/AST/TypeLoc.h"#include "clang/AST/TypeOrdering.h"#include "clang/Basic/IdentifierTable.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::CXXDeductionGuideNameExtra |
| Contains extra information for the name of a C++ deduction guide. 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 | |
| /file This file defines classes for searching and anlyzing source code clones. | |
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) |
1.8.6