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/AST/ExprConcepts.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Sema/Ownership.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/ADT/SmallVector.h"
#include <optional>
#include <utility>
Go to the source code of this file.
Classes | |
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::NormalizedConstraint::AtomicConstraintBits |
struct | clang::NormalizedConstraint::FoldExpandedConstraintBits |
struct | clang::NormalizedConstraint::ConceptIdBits |
struct | clang::NormalizedConstraint::CompoundConstraintBits |
class | clang::CompoundConstraint |
class | clang::NormalizedConstraintWithParamMapping |
class | clang::AtomicConstraint |
class | clang::FoldExpandedConstraint |
class | clang::ConceptIdConstraint |
struct | clang::UnsubstitutedConstraintSatisfactionCacheResult |
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. |