clang 22.0.0git
|
This file defines AST data structures related to concepts. More...
#include "clang/AST/ASTConcept.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/ExprConcepts.h"
#include "clang/AST/NestedNameSpecifier.h"
#include "clang/AST/PrettyPrinter.h"
#include "llvm/ADT/StringExtras.h"
Go to the source code of this file.
Functions | |
static void | CreateUnsatisfiedConstraintRecord (const ASTContext &C, const UnsatisfiedConstraintRecord &Detail, UnsatisfiedConstraintRecord *TrailingObject) |
This file defines AST data structures related to concepts.
Definition in file ASTConcept.cpp.
|
static |
Definition at line 24 of file ASTConcept.cpp.
References clang::C, and clang::cast().
Referenced by clang::ASTConstraintSatisfaction::ASTConstraintSatisfaction(), and clang::ASTConstraintSatisfaction::ASTConstraintSatisfaction().