clang 22.0.0git
|
#include "clang/AST/ASTConcept.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/Expr.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/SmallVector.h"
#include <optional>
#include <utility>
Go to the source code of this file.
Classes | |
struct | clang::AtomicConstraint |
struct | clang::NormalizedConstraint |
A normalized constraint, as defined in C++ [temp.constr.normal], is either an atomic constraint, a conjunction of normalized constraints or a disjunction of normalized constraints. More... | |
struct | clang::NormalizedConstraintPair |
struct | clang::FoldExpandedConstraint |
class | clang::SubsumptionChecker |
SubsumptionChecker establishes subsumption between two set of constraints. More... |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. |
Enumerations | |
enum | { clang::ConstraintAlignment = 8 } |
Functions | |
const NormalizedConstraint * | clang::getNormalizedAssociatedConstraints (Sema &S, const NamedDecl *ConstrainedDecl, ArrayRef< AssociatedConstraint > AssociatedConstraints) |