clang 20.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/PrettyPrinter.h"
#include "llvm/ADT/ArrayRef.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 23 of file ASTConcept.cpp.
References clang::C.
Referenced by clang::ASTConstraintSatisfaction::ASTConstraintSatisfaction().