|
clang 22.0.0git
|
#include "CXXABI.h"#include "clang/AST/ASTContext.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/Mangle.h"#include "clang/AST/MangleNumberingContext.h"#include "clang/AST/RecordLayout.h"#include "clang/AST/Type.h"#include "clang/Basic/TargetInfo.h"#include "llvm/ADT/iterator.h"#include <optional>Go to the source code of this file.
Classes | |
| struct | llvm::DenseMapInfo< DecompositionDeclName > |
Namespaces | |
| namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting. | |
Functions | |
| template<typename T> | |
| static bool | llvm::isDenseMapKeyEmpty (T V) |
| template<typename T> | |
| static bool | llvm::isDenseMapKeyTombstone (T V) |
| template<typename T> | |
| static std::optional< bool > | llvm::areDenseMapKeysEqualSpecialValues (T LHS, T RHS) |