clang 20.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/FoldingSet.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 > | |
bool | llvm::isDenseMapKeyEmpty (T V) |
template<typename T > | |
bool | llvm::isDenseMapKeyTombstone (T V) |
template<typename T > | |
std::optional< bool > | llvm::areDenseMapKeysEqualSpecialValues (T LHS, T RHS) |