|
clang
5.0.0
|
#include "clang/Basic/IdentifierTable.h"#include "clang/Basic/PartialDiagnostic.h"#include "llvm/Support/Compiler.h"Go to the source code of this file.
Classes | |
| struct | llvm::DenseMapInfo< T > |
| class | clang::CanQual< T > |
| Represents a canonical, potentially-qualified type. More... | |
| class | clang::DeclarationName |
| DeclarationName - The name of a declaration. More... | |
| class | clang::DeclarationNameTable |
| DeclarationNameTable - Used to store and retrieve DeclarationName instances for the various kinds of declaration names, e.g., normal identifiers, C++ constructor names, etc. More... | |
| struct | clang::DeclarationNameLoc |
| DeclarationNameLoc - Additional source/type location info for a declaration name. More... | |
| struct | clang::DeclarationNameLoc::NT |
| struct | clang::DeclarationNameLoc::CXXOpName |
| struct | clang::DeclarationNameLoc::CXXLitOpName |
| struct | clang::DeclarationNameInfo |
| DeclarationNameInfo - A collector data type for bundling together a DeclarationName and the correspnding source/type location info. More... | |
| struct | llvm::DenseMapInfo< clang::DeclarationName > |
| Define DenseMapInfo so that DeclarationNames can be used as keys in DenseMap and DenseSets. More... | |
| struct | llvm::isPodLike< clang::DeclarationName > |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
Functions | |
| raw_ostream & | clang::operator<< (raw_ostream &OS, DeclarationName N) |
| bool | clang::operator< (DeclarationName LHS, DeclarationName RHS) |
| Ordering on two declaration names. More... | |
| bool | clang::operator> (DeclarationName LHS, DeclarationName RHS) |
| Ordering on two declaration names. More... | |
| bool | clang::operator<= (DeclarationName LHS, DeclarationName RHS) |
| Ordering on two declaration names. More... | |
| bool | clang::operator>= (DeclarationName LHS, DeclarationName RHS) |
| Ordering on two declaration names. More... | |
| const DiagnosticBuilder & | clang::operator<< (const DiagnosticBuilder &DB, DeclarationName N) |
| Insertion operator for diagnostics. More... | |
| const PartialDiagnostic & | clang::operator<< (const PartialDiagnostic &PD, DeclarationName N) |
| Insertion operator for partial diagnostics. More... | |
| raw_ostream & | clang::operator<< (raw_ostream &OS, DeclarationNameInfo DNInfo) |
1.8.6